From b31a05bda1e79a8e0215c845f0cd9b0b22ff2d41 Mon Sep 17 00:00:00 2001 From: bhavyarm Date: Thu, 26 Aug 2021 13:54:19 -0400 Subject: [PATCH 1/6] mass unskip tests on 7.15 branch --- test/functional/apps/dashboard/dashboard_filtering.ts | 2 +- test/functional/apps/dashboard/dashboard_unsaved_state.ts | 2 +- test/functional/apps/dashboard/embeddable_rendering.ts | 2 +- test/functional/apps/discover/_data_grid_doc_table.ts | 4 ++-- test/functional/apps/discover/_discover.ts | 2 +- .../apps/discover/_indexpattern_without_timefield.ts | 2 +- .../apps/management/_index_pattern_create_delete.js | 2 +- test/functional/apps/management/_runtime_fields.js | 2 +- test/functional/apps/management/_scripted_fields.js | 4 ++-- .../apps/management/_scripted_fields_preview.js | 2 +- test/functional/apps/management/_test_huge_fields.js | 2 +- test/functional/apps/visualize/_metric_chart.ts | 2 +- .../apps/visualize/input_control_vis/chained_controls.ts | 2 +- .../apps/visualize/input_control_vis/dynamic_options.ts | 2 +- x-pack/test/functional/apps/dashboard/sync_colors.ts | 2 +- .../apps/dashboard_mode/dashboard_empty_screen.js | 2 +- x-pack/test/functional/apps/grok_debugger/home_page.ts | 2 +- .../test/functional/apps/infra/feature_controls/index.ts | 2 +- x-pack/test/functional/apps/infra/home_page.ts | 2 +- x-pack/test/functional/apps/infra/metrics_explorer.ts | 2 +- .../functional/apps/maps/feature_controls/maps_spaces.ts | 2 +- x-pack/test/functional/apps/maps/layer_errors.js | 4 ++-- .../apps/ml/data_frame_analytics/feature_importance.ts | 2 +- .../functional/apps/monitoring/elasticsearch/indices.js | 2 +- .../apps/monitoring/elasticsearch/indices_mb.js | 2 +- .../functional/apps/monitoring/elasticsearch/nodes.js | 2 +- .../functional/apps/monitoring/elasticsearch/shards.js | 2 +- .../apps/monitoring/setup/metricbeat_migration.js | 2 +- .../apps/monitoring/setup/metricbeat_migration_mb.js | 2 +- x-pack/test/functional/apps/monitoring/time_filter.js | 4 ++-- .../feature_controls/observability_security.ts | 2 +- x-pack/test/functional/apps/security/users.js | 2 +- x-pack/test/functional/apps/spaces/enter_space.ts | 2 +- x-pack/test/functional/apps/spaces/spaces_selection.ts | 2 +- .../apps/upgrade_assistant/upgrade_assistant.ts | 8 ++++---- x-pack/test/functional/apps/uptime/locations.ts | 2 +- 36 files changed, 43 insertions(+), 43 deletions(-) diff --git a/test/functional/apps/dashboard/dashboard_filtering.ts b/test/functional/apps/dashboard/dashboard_filtering.ts index acb04b4946fad..eee2aa2963b83 100644 --- a/test/functional/apps/dashboard/dashboard_filtering.ts +++ b/test/functional/apps/dashboard/dashboard_filtering.ts @@ -29,7 +29,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { const PageObjects = getPageObjects(['common', 'dashboard', 'header', 'visualize', 'timePicker']); // Failing: See https://github.com/elastic/kibana/issues/92522 - describe.skip('dashboard filtering', function () { + describe('dashboard filtering', function () { this.tags('includeFirefox'); const populateDashboard = async () => { diff --git a/test/functional/apps/dashboard/dashboard_unsaved_state.ts b/test/functional/apps/dashboard/dashboard_unsaved_state.ts index 6b71dd34b76f8..11860cc0db2ba 100644 --- a/test/functional/apps/dashboard/dashboard_unsaved_state.ts +++ b/test/functional/apps/dashboard/dashboard_unsaved_state.ts @@ -21,7 +21,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { let unsavedPanelCount = 0; // FLAKY: https://github.com/elastic/kibana/issues/91191 - describe.skip('dashboard unsaved panels', () => { + describe('dashboard unsaved panels', () => { before(async () => { await esArchiver.load('test/functional/fixtures/es_archiver/dashboard/current/kibana'); await kibanaServer.uiSettings.replace({ diff --git a/test/functional/apps/dashboard/embeddable_rendering.ts b/test/functional/apps/dashboard/embeddable_rendering.ts index 395a69e10f6c8..3649adafe27b9 100644 --- a/test/functional/apps/dashboard/embeddable_rendering.ts +++ b/test/functional/apps/dashboard/embeddable_rendering.ts @@ -91,7 +91,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { }; // Failing: See https://github.com/elastic/kibana/issues/76245 - describe.skip('dashboard embeddable rendering', function describeIndexTests() { + describe('dashboard embeddable rendering', function describeIndexTests() { before(async () => { await security.testUser.setRoles(['kibana_admin', 'animals', 'test_logstash_reader']); await esArchiver.load('test/functional/fixtures/es_archiver/dashboard/current/kibana'); diff --git a/test/functional/apps/discover/_data_grid_doc_table.ts b/test/functional/apps/discover/_data_grid_doc_table.ts index 9ae6a9086f819..27db6b65b1099 100644 --- a/test/functional/apps/discover/_data_grid_doc_table.ts +++ b/test/functional/apps/discover/_data_grid_doc_table.ts @@ -61,7 +61,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { }); // flaky https://github.com/elastic/kibana/issues/94889 - it.skip('should show popover with expanded cell content by click on expand button', async () => { + it('should show popover with expanded cell content by click on expand button', async () => { log.debug('open popover with expanded cell content to get json from the editor'); const documentCell = await dataGrid.getCellElement(1, 3); await documentCell.click(); @@ -105,7 +105,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { }); }); // skipping for this backport because it's flaky, will resolve in master - it.skip('should show allow adding columns from the detail panel', async function () { + it('should show allow adding columns from the detail panel', async function () { await retry.try(async function () { await dataGrid.clickRowToggle({ isAnchorRow: false, rowIndex: rowToInspect - 1 }); await dataGrid.getDetailsRows(); diff --git a/test/functional/apps/discover/_discover.ts b/test/functional/apps/discover/_discover.ts index 87960d1b6a966..a1d0a58b5d8bf 100644 --- a/test/functional/apps/discover/_discover.ts +++ b/test/functional/apps/discover/_discover.ts @@ -242,7 +242,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { describe('time zone switch', () => { // skipping this until we get an elastic-chart alternative to check the ticks value - it.skip('should show ticks in the correct time zone after switching', async function () { + it('should show ticks in the correct time zone after switching', async function () { await kibanaServer.uiSettings.replace({ 'dateFormat:tz': 'America/Phoenix' }); await PageObjects.common.navigateToApp('discover'); await PageObjects.header.awaitKibanaChrome(); diff --git a/test/functional/apps/discover/_indexpattern_without_timefield.ts b/test/functional/apps/discover/_indexpattern_without_timefield.ts index 74713553fa543..4f232dc02b25c 100644 --- a/test/functional/apps/discover/_indexpattern_without_timefield.ts +++ b/test/functional/apps/discover/_indexpattern_without_timefield.ts @@ -17,7 +17,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { const PageObjects = getPageObjects(['common', 'timePicker', 'discover']); // Failing: See https://github.com/elastic/kibana/issues/107057 - describe.skip('indexpattern without timefield', () => { + describe('indexpattern without timefield', () => { before(async () => { await security.testUser.setRoles(['kibana_admin', 'kibana_timefield']); await esArchiver.loadIfNeeded( diff --git a/test/functional/apps/management/_index_pattern_create_delete.js b/test/functional/apps/management/_index_pattern_create_delete.js index 764540f5745ac..0437516074716 100644 --- a/test/functional/apps/management/_index_pattern_create_delete.js +++ b/test/functional/apps/management/_index_pattern_create_delete.js @@ -40,7 +40,7 @@ export default function ({ getService, getPageObjects }) { }); // FLAKY: https://github.com/elastic/kibana/issues/107831 - describe.skip('validation', function () { + describe('validation', function () { it('can display errors', async function () { await PageObjects.settings.clickAddNewIndexPatternButton(); await PageObjects.settings.setIndexPatternField('log*'); diff --git a/test/functional/apps/management/_runtime_fields.js b/test/functional/apps/management/_runtime_fields.js index 745a3f9b079a4..e2bf15a4db87b 100644 --- a/test/functional/apps/management/_runtime_fields.js +++ b/test/functional/apps/management/_runtime_fields.js @@ -18,7 +18,7 @@ export default function ({ getService, getPageObjects }) { const testSubjects = getService('testSubjects'); // FLAKY: https://github.com/elastic/kibana/issues/95376 - describe.skip('runtime fields', function () { + describe('runtime fields', function () { this.tags(['skipFirefox']); before(async function () { diff --git a/test/functional/apps/management/_scripted_fields.js b/test/functional/apps/management/_scripted_fields.js index 2ff9e55c59ebb..2d9b011c9a9e0 100644 --- a/test/functional/apps/management/_scripted_fields.js +++ b/test/functional/apps/management/_scripted_fields.js @@ -340,7 +340,7 @@ export default function ({ getService, getPageObjects }) { //add a test to sort boolean //existing bug: https://github.com/elastic/kibana/issues/75519 hence the issue is skipped. - it.skip('should sort scripted field value in Discover', async function () { + it('should sort scripted field value in Discover', async function () { await testSubjects.click(`docTableHeaderFieldSort_${scriptedPainlessFieldName2}`); // after the first click on the scripted field, it becomes secondary sort after time. // click on the timestamp twice to make it be the secondary sort key. @@ -415,7 +415,7 @@ export default function ({ getService, getPageObjects }) { //add a test to sort date scripted field //https://github.com/elastic/kibana/issues/75711 - it.skip('should sort scripted field value in Discover', async function () { + it('should sort scripted field value in Discover', async function () { await testSubjects.click(`docTableHeaderFieldSort_${scriptedPainlessFieldName2}`); // after the first click on the scripted field, it becomes secondary sort after time. // click on the timestamp twice to make it be the secondary sort key. diff --git a/test/functional/apps/management/_scripted_fields_preview.js b/test/functional/apps/management/_scripted_fields_preview.js index 6347531b0cda8..0ea4182c3a5fa 100644 --- a/test/functional/apps/management/_scripted_fields_preview.js +++ b/test/functional/apps/management/_scripted_fields_preview.js @@ -14,7 +14,7 @@ export default function ({ getService, getPageObjects }) { const SCRIPTED_FIELD_NAME = 'myScriptedField'; // FLAKY: https://github.com/elastic/kibana/issues/89475 - describe.skip('scripted fields preview', () => { + describe('scripted fields preview', () => { before(async function () { await browser.setWindowSize(1200, 800); await PageObjects.settings.createIndexPattern(); diff --git a/test/functional/apps/management/_test_huge_fields.js b/test/functional/apps/management/_test_huge_fields.js index c8710a79e4fc8..7b75683940928 100644 --- a/test/functional/apps/management/_test_huge_fields.js +++ b/test/functional/apps/management/_test_huge_fields.js @@ -14,7 +14,7 @@ export default function ({ getService, getPageObjects }) { const PageObjects = getPageObjects(['common', 'home', 'settings']); // FLAKY: https://github.com/elastic/kibana/issues/89031 - describe.skip('test large number of fields', function () { + describe('test large number of fields', function () { this.tags(['skipCloud']); const EXPECTED_FIELD_COUNT = '10006'; diff --git a/test/functional/apps/visualize/_metric_chart.ts b/test/functional/apps/visualize/_metric_chart.ts index 6f6767619f486..5efbb9ad7bd59 100644 --- a/test/functional/apps/visualize/_metric_chart.ts +++ b/test/functional/apps/visualize/_metric_chart.ts @@ -18,7 +18,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { const PageObjects = getPageObjects(['visualize', 'visEditor', 'visChart', 'timePicker']); // FLAKY: https://github.com/elastic/kibana/issues/106121 - describe.skip('metric chart', function () { + describe('metric chart', function () { before(async function () { await PageObjects.visualize.initTests(); log.debug('navigateToApp visualize'); diff --git a/test/functional/apps/visualize/input_control_vis/chained_controls.ts b/test/functional/apps/visualize/input_control_vis/chained_controls.ts index 2f91c789a478b..77cb4f007bf5b 100644 --- a/test/functional/apps/visualize/input_control_vis/chained_controls.ts +++ b/test/functional/apps/visualize/input_control_vis/chained_controls.ts @@ -19,7 +19,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { // FLAKY: https://github.com/elastic/kibana/issues/96997 // FLAKY: https://github.com/elastic/kibana/issues/100372 - describe.skip('chained controls', function () { + describe('chained controls', function () { this.tags('includeFirefox'); before(async () => { diff --git a/test/functional/apps/visualize/input_control_vis/dynamic_options.ts b/test/functional/apps/visualize/input_control_vis/dynamic_options.ts index 633ba40bb0493..cc6fc001ad897 100644 --- a/test/functional/apps/visualize/input_control_vis/dynamic_options.ts +++ b/test/functional/apps/visualize/input_control_vis/dynamic_options.ts @@ -15,7 +15,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { const comboBox = getService('comboBox'); // FLAKY: https://github.com/elastic/kibana/issues/98974 - describe.skip('dynamic options', () => { + describe('dynamic options', () => { before(async () => { await PageObjects.visualize.initTests(); }); diff --git a/x-pack/test/functional/apps/dashboard/sync_colors.ts b/x-pack/test/functional/apps/dashboard/sync_colors.ts index 2fcc1cf5614fb..592053854643f 100644 --- a/x-pack/test/functional/apps/dashboard/sync_colors.ts +++ b/x-pack/test/functional/apps/dashboard/sync_colors.ts @@ -34,7 +34,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { } // FLAKY: https://github.com/elastic/kibana/issues/97403 - describe.skip('sync colors', function () { + describe('sync colors', function () { before(async function () { await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/logstash_functional'); await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/lens/basic'); diff --git a/x-pack/test/functional/apps/dashboard_mode/dashboard_empty_screen.js b/x-pack/test/functional/apps/dashboard_mode/dashboard_empty_screen.js index 2adf13db26250..00bdc9ee0d703 100644 --- a/x-pack/test/functional/apps/dashboard_mode/dashboard_empty_screen.js +++ b/x-pack/test/functional/apps/dashboard_mode/dashboard_empty_screen.js @@ -14,7 +14,7 @@ export default function ({ getPageObjects, getService }) { const PageObjects = getPageObjects(['common', 'dashboard', 'visualize', 'lens']); // FLAKY: https://github.com/elastic/kibana/issues/102366 - describe.skip('empty dashboard', function () { + describe('empty dashboard', function () { before(async () => { await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/logstash_functional'); await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/lens/basic'); diff --git a/x-pack/test/functional/apps/grok_debugger/home_page.ts b/x-pack/test/functional/apps/grok_debugger/home_page.ts index da76a80abbd61..423c506c0268f 100644 --- a/x-pack/test/functional/apps/grok_debugger/home_page.ts +++ b/x-pack/test/functional/apps/grok_debugger/home_page.ts @@ -68,7 +68,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => { }); // This test will need to be fixed. - it.skip('applies the correct CSS classes', async () => { + it('applies the correct CSS classes', async () => { const grokPattern = '\\[(?:-|%{NUMBER:bytes:int})\\]'; await PageObjects.grokDebugger.setPatternInput(grokPattern); diff --git a/x-pack/test/functional/apps/infra/feature_controls/index.ts b/x-pack/test/functional/apps/infra/feature_controls/index.ts index 5bf6432b1c52f..dcb7bcfd448fa 100644 --- a/x-pack/test/functional/apps/infra/feature_controls/index.ts +++ b/x-pack/test/functional/apps/infra/feature_controls/index.ts @@ -9,7 +9,7 @@ import { FtrProviderContext } from '../../../ftr_provider_context'; export default function ({ loadTestFile }: FtrProviderContext) { // FLAKY: https://github.com/elastic/kibana/issues/35932 - describe.skip('feature controls', function () { + describe('feature controls', function () { this.tags('skipFirefox'); loadTestFile(require.resolve('./infrastructure_security')); loadTestFile(require.resolve('./infrastructure_spaces')); diff --git a/x-pack/test/functional/apps/infra/home_page.ts b/x-pack/test/functional/apps/infra/home_page.ts index 90b34702767e4..4ed06500f8ac3 100644 --- a/x-pack/test/functional/apps/infra/home_page.ts +++ b/x-pack/test/functional/apps/infra/home_page.ts @@ -88,7 +88,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => { }); // FLAKY: https://github.com/elastic/kibana/issues/106660 - describe.skip('Saved Views', () => { + describe('Saved Views', () => { before(() => esArchiver.load('x-pack/test/functional/es_archives/infra/metrics_and_logs')); after(() => esArchiver.unload('x-pack/test/functional/es_archives/infra/metrics_and_logs')); it('should have save and load controls', async () => { diff --git a/x-pack/test/functional/apps/infra/metrics_explorer.ts b/x-pack/test/functional/apps/infra/metrics_explorer.ts index 5a8d7da628259..90a875a07f8a7 100644 --- a/x-pack/test/functional/apps/infra/metrics_explorer.ts +++ b/x-pack/test/functional/apps/infra/metrics_explorer.ts @@ -88,7 +88,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => { }); // FLAKY: https://github.com/elastic/kibana/issues/106651 - describe.skip('Saved Views', () => { + describe('Saved Views', () => { before(() => esArchiver.load('x-pack/test/functional/es_archives/infra/metrics_and_logs')); after(() => esArchiver.unload('x-pack/test/functional/es_archives/infra/metrics_and_logs')); describe('save functionality', () => { diff --git a/x-pack/test/functional/apps/maps/feature_controls/maps_spaces.ts b/x-pack/test/functional/apps/maps/feature_controls/maps_spaces.ts index 5e3e3d7142c10..92aa60799d04f 100644 --- a/x-pack/test/functional/apps/maps/feature_controls/maps_spaces.ts +++ b/x-pack/test/functional/apps/maps/feature_controls/maps_spaces.ts @@ -14,7 +14,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) { const appsMenu = getService('appsMenu'); // FLAKY: https://github.com/elastic/kibana/issues/38414 - describe.skip('spaces feature controls', () => { + describe('spaces feature controls', () => { before(async () => { PageObjects.maps.setBasePath('/s/custom_space'); }); diff --git a/x-pack/test/functional/apps/maps/layer_errors.js b/x-pack/test/functional/apps/maps/layer_errors.js index 64973461c107b..a52e9a22010ee 100644 --- a/x-pack/test/functional/apps/maps/layer_errors.js +++ b/x-pack/test/functional/apps/maps/layer_errors.js @@ -10,7 +10,7 @@ import expect from '@kbn/expect'; export default function ({ getPageObjects }) { const PageObjects = getPageObjects(['maps', 'header']); - describe.skip('layer errors', () => { + describe('layer errors', () => { before(async () => { await PageObjects.maps.loadSavedMap('layer with errors'); }); @@ -90,7 +90,7 @@ export default function ({ getPageObjects }) { // Flaky test on cloud and windows when run against a snapshot build of 7.11. // https://github.com/elastic/kibana/issues/91043 - it.skip('should diplay error message in layer panel', async () => { + it('should diplay error message in layer panel', async () => { const errorMsg = await PageObjects.maps.getLayerErrorText(LAYER_NAME); expect(errorMsg).to.equal( `Unable to find EMS tile configuration for id: ${MISSING_EMS_ID}. Kibana is unable to access Elastic Maps Service. Contact your system administrator.` diff --git a/x-pack/test/functional/apps/ml/data_frame_analytics/feature_importance.ts b/x-pack/test/functional/apps/ml/data_frame_analytics/feature_importance.ts index 91d7b0a9347e2..0ce3303bb6aae 100644 --- a/x-pack/test/functional/apps/ml/data_frame_analytics/feature_importance.ts +++ b/x-pack/test/functional/apps/ml/data_frame_analytics/feature_importance.ts @@ -184,7 +184,7 @@ export default function ({ getService }: FtrProviderContext) { for (const testData of testDataList) { // FLAKY: https://github.com/elastic/kibana/issues/93188 - describe.skip(`${testData.suiteTitle}`, function () { + describe(`${testData.suiteTitle}`, function () { before(async () => { await ml.navigation.navigateToMl(); await ml.navigation.navigateToDataFrameAnalytics(); diff --git a/x-pack/test/functional/apps/monitoring/elasticsearch/indices.js b/x-pack/test/functional/apps/monitoring/elasticsearch/indices.js index 4786a021e03db..62603c4fbbf6d 100644 --- a/x-pack/test/functional/apps/monitoring/elasticsearch/indices.js +++ b/x-pack/test/functional/apps/monitoring/elasticsearch/indices.js @@ -47,7 +47,7 @@ export default function ({ getService, getPageObjects }) { }); // Revisit once https://github.com/elastic/eui/issues/1322 is resolved - it.skip('should show indices table with correct rows after sorting by Search Rate Desc', async () => { + it('should show indices table with correct rows after sorting by Search Rate Desc', async () => { await indicesList.clickSearchCol(); await indicesList.clickSearchCol(); diff --git a/x-pack/test/functional/apps/monitoring/elasticsearch/indices_mb.js b/x-pack/test/functional/apps/monitoring/elasticsearch/indices_mb.js index b0c53839fab36..48e6ad5b39c07 100644 --- a/x-pack/test/functional/apps/monitoring/elasticsearch/indices_mb.js +++ b/x-pack/test/functional/apps/monitoring/elasticsearch/indices_mb.js @@ -47,7 +47,7 @@ export default function ({ getService, getPageObjects }) { }); // Revisit once https://github.com/elastic/eui/issues/1322 is resolved - it.skip('should show indices table with correct rows after sorting by Search Rate Desc', async () => { + it('should show indices table with correct rows after sorting by Search Rate Desc', async () => { await indicesList.clickSearchCol(); await indicesList.clickSearchCol(); diff --git a/x-pack/test/functional/apps/monitoring/elasticsearch/nodes.js b/x-pack/test/functional/apps/monitoring/elasticsearch/nodes.js index 1874d973b014c..ae83f279a49f8 100644 --- a/x-pack/test/functional/apps/monitoring/elasticsearch/nodes.js +++ b/x-pack/test/functional/apps/monitoring/elasticsearch/nodes.js @@ -260,7 +260,7 @@ export default function ({ getService, getPageObjects }) { }); // FLAKY: https://github.com/elastic/kibana/issues/100438 - describe.skip('with only online nodes', () => { + describe('with only online nodes', () => { const { setup, tearDown } = getLifecycleMethods(getService, getPageObjects); before(async () => { diff --git a/x-pack/test/functional/apps/monitoring/elasticsearch/shards.js b/x-pack/test/functional/apps/monitoring/elasticsearch/shards.js index 0608bc005a0b9..3b8bb67a19ec7 100644 --- a/x-pack/test/functional/apps/monitoring/elasticsearch/shards.js +++ b/x-pack/test/functional/apps/monitoring/elasticsearch/shards.js @@ -16,7 +16,7 @@ export default function ({ getService, getPageObjects }) { const shards = getService('monitoringElasticsearchShards'); // FLAKY: https://github.com/elastic/kibana/issues/47184 - describe.skip('Elasticsearch shard legends', () => { + describe('Elasticsearch shard legends', () => { const { setup, tearDown } = getLifecycleMethods(getService, getPageObjects); before(async () => { diff --git a/x-pack/test/functional/apps/monitoring/setup/metricbeat_migration.js b/x-pack/test/functional/apps/monitoring/setup/metricbeat_migration.js index a9a58f8b373ff..811d466756de5 100644 --- a/x-pack/test/functional/apps/monitoring/setup/metricbeat_migration.js +++ b/x-pack/test/functional/apps/monitoring/setup/metricbeat_migration.js @@ -14,7 +14,7 @@ export default function ({ getService, getPageObjects }) { const PageObjects = getPageObjects(['common', 'console']); // FLAKY: https://github.com/elastic/kibana/issues/74327 - describe.skip('Setup mode metricbeat migration', function () { + describe('Setup mode metricbeat migration', function () { describe('setup mode btn', () => { const { setup, tearDown } = getLifecycleMethods(getService, getPageObjects); diff --git a/x-pack/test/functional/apps/monitoring/setup/metricbeat_migration_mb.js b/x-pack/test/functional/apps/monitoring/setup/metricbeat_migration_mb.js index d5402dda790e5..6ad621c1e6853 100644 --- a/x-pack/test/functional/apps/monitoring/setup/metricbeat_migration_mb.js +++ b/x-pack/test/functional/apps/monitoring/setup/metricbeat_migration_mb.js @@ -14,7 +14,7 @@ export default function ({ getService, getPageObjects }) { const PageObjects = getPageObjects(['common', 'console']); // FLAKY: https://github.com/elastic/kibana/issues/74327 - describe.skip('Setup mode metricbeat migration mb', function () { + describe('Setup mode metricbeat migration mb', function () { describe('setup mode btn', () => { const { setup, tearDown } = getLifecycleMethods(getService, getPageObjects); diff --git a/x-pack/test/functional/apps/monitoring/time_filter.js b/x-pack/test/functional/apps/monitoring/time_filter.js index 910b91d07039d..9f629b9960998 100644 --- a/x-pack/test/functional/apps/monitoring/time_filter.js +++ b/x-pack/test/functional/apps/monitoring/time_filter.js @@ -29,7 +29,7 @@ export default function ({ getService, getPageObjects }) { }); // FLAKY: https://github.com/elastic/kibana/issues/48910 - it.skip('should send another request when clicking Refresh', async () => { + it('should send another request when clicking Refresh', async () => { await testSubjects.click('querySubmitButton'); const isLoading = await PageObjects.header.isGlobalLoadingIndicatorVisible(); expect(isLoading).to.be(true); @@ -37,7 +37,7 @@ export default function ({ getService, getPageObjects }) { // TODO: [cr] I'm not sure this test is any better than the above one, we might need to rely solely on unit tests // for this functionality - it.skip('should send another request when changing the time picker', async () => { + it('should send another request when changing the time picker', async () => { await PageObjects.timePicker.setAbsoluteRange( 'Aug 15, 2016 @ 21:00:00.000', 'Aug 16, 2016 @ 00:00:00.000' diff --git a/x-pack/test/functional/apps/observability/feature_controls/observability_security.ts b/x-pack/test/functional/apps/observability/feature_controls/observability_security.ts index 1d52088ede3da..b2e0459c303a4 100644 --- a/x-pack/test/functional/apps/observability/feature_controls/observability_security.ts +++ b/x-pack/test/functional/apps/observability/feature_controls/observability_security.ts @@ -207,7 +207,7 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) { await PageObjects.observability.expectForbidden(); }); - it.skip(`create new case returns a 403`, async () => { + it(`create new case returns a 403`, async () => { await PageObjects.common.navigateToUrl('observabilityCases', 'create', { shouldUseHashForSubUrl: false, }); diff --git a/x-pack/test/functional/apps/security/users.js b/x-pack/test/functional/apps/security/users.js index b471bbaed2fba..eeafc38fa05dc 100644 --- a/x-pack/test/functional/apps/security/users.js +++ b/x-pack/test/functional/apps/security/users.js @@ -13,7 +13,7 @@ export default function ({ getService, getPageObjects }) { const log = getService('log'); // FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/96001 - describe.skip('users', function () { + describe('users', function () { before(async () => { log.debug('users'); await PageObjects.settings.navigateTo(); diff --git a/x-pack/test/functional/apps/spaces/enter_space.ts b/x-pack/test/functional/apps/spaces/enter_space.ts index f708282393d83..1b6fdc751a042 100644 --- a/x-pack/test/functional/apps/spaces/enter_space.ts +++ b/x-pack/test/functional/apps/spaces/enter_space.ts @@ -15,7 +15,7 @@ export default function enterSpaceFunctonalTests({ const PageObjects = getPageObjects(['security', 'spaceSelector']); // FLAKY: https://github.com/elastic/kibana/issues/100570 - describe.skip('Enter Space', function () { + describe('Enter Space', function () { this.tags('includeFirefox'); before(async () => { await esArchiver.load('x-pack/test/functional/es_archives/spaces/enter_space'); diff --git a/x-pack/test/functional/apps/spaces/spaces_selection.ts b/x-pack/test/functional/apps/spaces/spaces_selection.ts index 0b9d1f420c663..cdba9dd455772 100644 --- a/x-pack/test/functional/apps/spaces/spaces_selection.ts +++ b/x-pack/test/functional/apps/spaces/spaces_selection.ts @@ -23,7 +23,7 @@ export default function spaceSelectorFunctionalTests({ ]); // FLAKY: https://github.com/elastic/kibana/issues/99581 - describe.skip('Spaces', function () { + describe('Spaces', function () { this.tags('includeFirefox'); describe('Space Selector', () => { before(async () => { diff --git a/x-pack/test/functional/apps/upgrade_assistant/upgrade_assistant.ts b/x-pack/test/functional/apps/upgrade_assistant/upgrade_assistant.ts index e177c39b2002a..5d630ef3c4658 100644 --- a/x-pack/test/functional/apps/upgrade_assistant/upgrade_assistant.ts +++ b/x-pack/test/functional/apps/upgrade_assistant/upgrade_assistant.ts @@ -40,11 +40,11 @@ export default function upgradeAssistantFunctionalTests({ }); }); - it.skip('allows user to navigate to upgrade checkup', async () => { + it('allows user to navigate to upgrade checkup', async () => { await PageObjects.upgradeAssistant.navigateToPage(); }); - it.skip('allows user to toggle deprecation logging', async () => { + it('allows user to toggle deprecation logging', async () => { log.debug('expect initial state to be ON'); expect(await PageObjects.upgradeAssistant.deprecationLoggingEnabledLabel()).to.be('On'); expect(await PageObjects.upgradeAssistant.isDeprecationLoggingEnabled()).to.be(true); @@ -67,7 +67,7 @@ export default function upgradeAssistantFunctionalTests({ }); }); - it.skip('allows user to open cluster tab', async () => { + it('allows user to open cluster tab', async () => { await PageObjects.upgradeAssistant.navigateToPage(); await PageObjects.upgradeAssistant.clickTab('cluster'); expect(await PageObjects.upgradeAssistant.issueSummaryText()).to.be( @@ -75,7 +75,7 @@ export default function upgradeAssistantFunctionalTests({ ); }); - it.skip('allows user to open indices tab', async () => { + it('allows user to open indices tab', async () => { await PageObjects.upgradeAssistant.navigateToPage(); await PageObjects.upgradeAssistant.clickTab('indices'); expect(await PageObjects.upgradeAssistant.issueSummaryText()).to.be( diff --git a/x-pack/test/functional/apps/uptime/locations.ts b/x-pack/test/functional/apps/uptime/locations.ts index 1e71607845ea4..57b357caba216 100644 --- a/x-pack/test/functional/apps/uptime/locations.ts +++ b/x-pack/test/functional/apps/uptime/locations.ts @@ -40,7 +40,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => { }; // FLAKY: https://github.com/elastic/kibana/issues/85208 - describe.skip('Observer location', () => { + describe('Observer location', () => { const start = '~ 15 minutes ago'; const end = 'now'; From 8b5e5b432027d7124ef1c7640278572faf70f3f2 Mon Sep 17 00:00:00 2001 From: bhavyarm Date: Thu, 26 Aug 2021 14:58:53 -0400 Subject: [PATCH 2/6] skipping the failing tests --- test/functional/apps/dashboard/dashboard_filtering.ts | 2 +- test/functional/apps/dashboard/embeddable_rendering.ts | 2 +- test/functional/apps/management/_index_pattern_create_delete.js | 2 +- x-pack/test/functional/apps/monitoring/elasticsearch/nodes.js | 2 +- .../test/functional/apps/monitoring/elasticsearch/nodes_mb.js | 2 +- .../test/functional/apps/monitoring/elasticsearch/overview.js | 2 +- .../functional/apps/monitoring/elasticsearch/overview_mb.js | 2 +- x-pack/test/functional/apps/uptime/locations.ts | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/test/functional/apps/dashboard/dashboard_filtering.ts b/test/functional/apps/dashboard/dashboard_filtering.ts index eee2aa2963b83..64f1a4a8a2a62 100644 --- a/test/functional/apps/dashboard/dashboard_filtering.ts +++ b/test/functional/apps/dashboard/dashboard_filtering.ts @@ -68,7 +68,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { await security.testUser.restoreDefaults(); }); - describe('adding a filter that excludes all data', () => { + describe.skip('adding a filter that excludes all data', () => { before(async () => { await populateDashboard(); await addFilterAndRefresh(); diff --git a/test/functional/apps/dashboard/embeddable_rendering.ts b/test/functional/apps/dashboard/embeddable_rendering.ts index 3649adafe27b9..395a69e10f6c8 100644 --- a/test/functional/apps/dashboard/embeddable_rendering.ts +++ b/test/functional/apps/dashboard/embeddable_rendering.ts @@ -91,7 +91,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { }; // Failing: See https://github.com/elastic/kibana/issues/76245 - describe('dashboard embeddable rendering', function describeIndexTests() { + describe.skip('dashboard embeddable rendering', function describeIndexTests() { before(async () => { await security.testUser.setRoles(['kibana_admin', 'animals', 'test_logstash_reader']); await esArchiver.load('test/functional/fixtures/es_archiver/dashboard/current/kibana'); diff --git a/test/functional/apps/management/_index_pattern_create_delete.js b/test/functional/apps/management/_index_pattern_create_delete.js index 0437516074716..764540f5745ac 100644 --- a/test/functional/apps/management/_index_pattern_create_delete.js +++ b/test/functional/apps/management/_index_pattern_create_delete.js @@ -40,7 +40,7 @@ export default function ({ getService, getPageObjects }) { }); // FLAKY: https://github.com/elastic/kibana/issues/107831 - describe('validation', function () { + describe.skip('validation', function () { it('can display errors', async function () { await PageObjects.settings.clickAddNewIndexPatternButton(); await PageObjects.settings.setIndexPatternField('log*'); diff --git a/x-pack/test/functional/apps/monitoring/elasticsearch/nodes.js b/x-pack/test/functional/apps/monitoring/elasticsearch/nodes.js index ae83f279a49f8..9333b4b13fe54 100644 --- a/x-pack/test/functional/apps/monitoring/elasticsearch/nodes.js +++ b/x-pack/test/functional/apps/monitoring/elasticsearch/nodes.js @@ -13,7 +13,7 @@ export default function ({ getService, getPageObjects }) { const nodesList = getService('monitoringElasticsearchNodes'); const esClusterSummaryStatus = getService('monitoringElasticsearchSummaryStatus'); - describe('Elasticsearch nodes listing', function () { + describe.skip('Elasticsearch nodes listing', function () { // FF issue: https://github.com/elastic/kibana/issues/35551 this.tags(['skipFirefox']); diff --git a/x-pack/test/functional/apps/monitoring/elasticsearch/nodes_mb.js b/x-pack/test/functional/apps/monitoring/elasticsearch/nodes_mb.js index a031b828e2632..cb93b612626c7 100644 --- a/x-pack/test/functional/apps/monitoring/elasticsearch/nodes_mb.js +++ b/x-pack/test/functional/apps/monitoring/elasticsearch/nodes_mb.js @@ -13,7 +13,7 @@ export default function ({ getService, getPageObjects }) { const nodesList = getService('monitoringElasticsearchNodes'); const esClusterSummaryStatus = getService('monitoringElasticsearchSummaryStatus'); - describe('Elasticsearch nodes listing mb', function () { + describe.skip('Elasticsearch nodes listing mb', function () { // FF issue: https://github.com/elastic/kibana/issues/35551 this.tags(['skipFirefox']); diff --git a/x-pack/test/functional/apps/monitoring/elasticsearch/overview.js b/x-pack/test/functional/apps/monitoring/elasticsearch/overview.js index c539ca0b2623b..6abd462777137 100644 --- a/x-pack/test/functional/apps/monitoring/elasticsearch/overview.js +++ b/x-pack/test/functional/apps/monitoring/elasticsearch/overview.js @@ -13,7 +13,7 @@ export default function ({ getService, getPageObjects }) { const overview = getService('monitoringElasticsearchOverview'); const esClusterSummaryStatus = getService('monitoringElasticsearchSummaryStatus'); - describe('Elasticsearch overview', () => { + describe.skip('Elasticsearch overview', () => { const { setup, tearDown } = getLifecycleMethods(getService, getPageObjects); before(async () => { diff --git a/x-pack/test/functional/apps/monitoring/elasticsearch/overview_mb.js b/x-pack/test/functional/apps/monitoring/elasticsearch/overview_mb.js index d93a2c3e77b93..fd529e3c1a0b0 100644 --- a/x-pack/test/functional/apps/monitoring/elasticsearch/overview_mb.js +++ b/x-pack/test/functional/apps/monitoring/elasticsearch/overview_mb.js @@ -13,7 +13,7 @@ export default function ({ getService, getPageObjects }) { const overview = getService('monitoringElasticsearchOverview'); const esClusterSummaryStatus = getService('monitoringElasticsearchSummaryStatus'); - describe('Elasticsearch overview mb', () => { + describe.skip('Elasticsearch overview mb', () => { const { setup, tearDown } = getLifecycleMethods(getService, getPageObjects); before(async () => { diff --git a/x-pack/test/functional/apps/uptime/locations.ts b/x-pack/test/functional/apps/uptime/locations.ts index 57b357caba216..1e71607845ea4 100644 --- a/x-pack/test/functional/apps/uptime/locations.ts +++ b/x-pack/test/functional/apps/uptime/locations.ts @@ -40,7 +40,7 @@ export default ({ getPageObjects, getService }: FtrProviderContext) => { }; // FLAKY: https://github.com/elastic/kibana/issues/85208 - describe('Observer location', () => { + describe.skip('Observer location', () => { const start = '~ 15 minutes ago'; const end = 'now'; From ab85ad7c88bb303c51ed158e85ffa4762ab29577 Mon Sep 17 00:00:00 2001 From: bhavyarm Date: Thu, 26 Aug 2021 17:11:59 -0400 Subject: [PATCH 3/6] reskipping unskipped tests after ci failures --- test/functional/apps/dashboard/dashboard_filtering.ts | 2 +- test/functional/apps/discover/_data_grid_doc_table.ts | 2 +- test/functional/apps/management/_scripted_fields.js | 4 ++-- x-pack/test/functional/apps/dashboard/sync_colors.ts | 2 +- x-pack/test/functional/apps/maps/layer_errors.js | 2 +- .../functional/apps/monitoring/elasticsearch/indices_mb.js | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/test/functional/apps/dashboard/dashboard_filtering.ts b/test/functional/apps/dashboard/dashboard_filtering.ts index 64f1a4a8a2a62..acf46223dfefa 100644 --- a/test/functional/apps/dashboard/dashboard_filtering.ts +++ b/test/functional/apps/dashboard/dashboard_filtering.ts @@ -29,7 +29,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { const PageObjects = getPageObjects(['common', 'dashboard', 'header', 'visualize', 'timePicker']); // Failing: See https://github.com/elastic/kibana/issues/92522 - describe('dashboard filtering', function () { + describe.skip('dashboard filtering', function () { this.tags('includeFirefox'); const populateDashboard = async () => { diff --git a/test/functional/apps/discover/_data_grid_doc_table.ts b/test/functional/apps/discover/_data_grid_doc_table.ts index 27db6b65b1099..32e8cc9214bda 100644 --- a/test/functional/apps/discover/_data_grid_doc_table.ts +++ b/test/functional/apps/discover/_data_grid_doc_table.ts @@ -79,7 +79,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { expect(popoverJson).to.be(flyoutJson); }); - describe('expand a document row', function () { + describe.skip('expand a document row', function () { const rowToInspect = 1; it('should expand the detail row when the toggle arrow is clicked', async function () { diff --git a/test/functional/apps/management/_scripted_fields.js b/test/functional/apps/management/_scripted_fields.js index 2d9b011c9a9e0..f163535a9e796 100644 --- a/test/functional/apps/management/_scripted_fields.js +++ b/test/functional/apps/management/_scripted_fields.js @@ -41,7 +41,7 @@ export default function ({ getService, getPageObjects }) { 'timePicker', ]); - describe('scripted fields', function () { + describe.skip('scripted fields', function () { this.tags(['skipFirefox']); before(async function () { @@ -154,7 +154,7 @@ export default function ({ getService, getPageObjects }) { }); //add a test to sort numeric scripted field - it('should sort scripted field value in Discover', async function () { + it.skip('should sort scripted field value in Discover', async function () { await testSubjects.click(`docTableHeaderFieldSort_${scriptedPainlessFieldName}`); // after the first click on the scripted field, it becomes secondary sort after time. // click on the timestamp twice to make it be the secondary sort key. diff --git a/x-pack/test/functional/apps/dashboard/sync_colors.ts b/x-pack/test/functional/apps/dashboard/sync_colors.ts index 592053854643f..2fcc1cf5614fb 100644 --- a/x-pack/test/functional/apps/dashboard/sync_colors.ts +++ b/x-pack/test/functional/apps/dashboard/sync_colors.ts @@ -34,7 +34,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { } // FLAKY: https://github.com/elastic/kibana/issues/97403 - describe('sync colors', function () { + describe.skip('sync colors', function () { before(async function () { await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/logstash_functional'); await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/lens/basic'); diff --git a/x-pack/test/functional/apps/maps/layer_errors.js b/x-pack/test/functional/apps/maps/layer_errors.js index a52e9a22010ee..b0c029ac807ca 100644 --- a/x-pack/test/functional/apps/maps/layer_errors.js +++ b/x-pack/test/functional/apps/maps/layer_errors.js @@ -10,7 +10,7 @@ import expect from '@kbn/expect'; export default function ({ getPageObjects }) { const PageObjects = getPageObjects(['maps', 'header']); - describe('layer errors', () => { + describe.skip('layer errors', () => { before(async () => { await PageObjects.maps.loadSavedMap('layer with errors'); }); diff --git a/x-pack/test/functional/apps/monitoring/elasticsearch/indices_mb.js b/x-pack/test/functional/apps/monitoring/elasticsearch/indices_mb.js index 48e6ad5b39c07..b0c53839fab36 100644 --- a/x-pack/test/functional/apps/monitoring/elasticsearch/indices_mb.js +++ b/x-pack/test/functional/apps/monitoring/elasticsearch/indices_mb.js @@ -47,7 +47,7 @@ export default function ({ getService, getPageObjects }) { }); // Revisit once https://github.com/elastic/eui/issues/1322 is resolved - it('should show indices table with correct rows after sorting by Search Rate Desc', async () => { + it.skip('should show indices table with correct rows after sorting by Search Rate Desc', async () => { await indicesList.clickSearchCol(); await indicesList.clickSearchCol(); From 6cf64933bba004c841082484d01b99b20935ef7b Mon Sep 17 00:00:00 2001 From: bhavyarm Date: Thu, 2 Sep 2021 10:19:18 -0400 Subject: [PATCH 4/6] reskip the next batch of unskipped tests --- test/functional/apps/dashboard/dashboard_unsaved_state.ts | 2 +- test/functional/apps/discover/_data_grid_doc_table.ts | 4 ++-- test/functional/apps/visualize/_metric_chart.ts | 2 +- .../test/functional/apps/monitoring/elasticsearch/indices.js | 2 +- .../functional/apps/upgrade_assistant/upgrade_assistant.ts | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/test/functional/apps/dashboard/dashboard_unsaved_state.ts b/test/functional/apps/dashboard/dashboard_unsaved_state.ts index 11860cc0db2ba..6b71dd34b76f8 100644 --- a/test/functional/apps/dashboard/dashboard_unsaved_state.ts +++ b/test/functional/apps/dashboard/dashboard_unsaved_state.ts @@ -21,7 +21,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { let unsavedPanelCount = 0; // FLAKY: https://github.com/elastic/kibana/issues/91191 - describe('dashboard unsaved panels', () => { + describe.skip('dashboard unsaved panels', () => { before(async () => { await esArchiver.load('test/functional/fixtures/es_archiver/dashboard/current/kibana'); await kibanaServer.uiSettings.replace({ diff --git a/test/functional/apps/discover/_data_grid_doc_table.ts b/test/functional/apps/discover/_data_grid_doc_table.ts index 32e8cc9214bda..58f97c0798e10 100644 --- a/test/functional/apps/discover/_data_grid_doc_table.ts +++ b/test/functional/apps/discover/_data_grid_doc_table.ts @@ -132,7 +132,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { }); }); - describe('add and remove columns', function () { + describe.skip('add and remove columns', function () { const extraColumns = ['phpmemory', 'ip']; afterEach(async function () { @@ -142,7 +142,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { } }); - it('should add more columns to the table', async function () { + it.skip('should add more columns to the table', async function () { for (const column of extraColumns) { await PageObjects.discover.clearFieldSearchInput(); await PageObjects.discover.findFieldByName(column); diff --git a/test/functional/apps/visualize/_metric_chart.ts b/test/functional/apps/visualize/_metric_chart.ts index 5efbb9ad7bd59..6f6767619f486 100644 --- a/test/functional/apps/visualize/_metric_chart.ts +++ b/test/functional/apps/visualize/_metric_chart.ts @@ -18,7 +18,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { const PageObjects = getPageObjects(['visualize', 'visEditor', 'visChart', 'timePicker']); // FLAKY: https://github.com/elastic/kibana/issues/106121 - describe('metric chart', function () { + describe.skip('metric chart', function () { before(async function () { await PageObjects.visualize.initTests(); log.debug('navigateToApp visualize'); diff --git a/x-pack/test/functional/apps/monitoring/elasticsearch/indices.js b/x-pack/test/functional/apps/monitoring/elasticsearch/indices.js index 62603c4fbbf6d..4786a021e03db 100644 --- a/x-pack/test/functional/apps/monitoring/elasticsearch/indices.js +++ b/x-pack/test/functional/apps/monitoring/elasticsearch/indices.js @@ -47,7 +47,7 @@ export default function ({ getService, getPageObjects }) { }); // Revisit once https://github.com/elastic/eui/issues/1322 is resolved - it('should show indices table with correct rows after sorting by Search Rate Desc', async () => { + it.skip('should show indices table with correct rows after sorting by Search Rate Desc', async () => { await indicesList.clickSearchCol(); await indicesList.clickSearchCol(); diff --git a/x-pack/test/functional/apps/upgrade_assistant/upgrade_assistant.ts b/x-pack/test/functional/apps/upgrade_assistant/upgrade_assistant.ts index 5d630ef3c4658..970f2b4d1d96d 100644 --- a/x-pack/test/functional/apps/upgrade_assistant/upgrade_assistant.ts +++ b/x-pack/test/functional/apps/upgrade_assistant/upgrade_assistant.ts @@ -20,7 +20,7 @@ export default function upgradeAssistantFunctionalTests({ const testSubjects = getService('testSubjects'); // Updated for the hiding of the UA UI. - describe('Upgrade Checkup', function () { + describe.skip('Upgrade Checkup', function () { this.tags('skipFirefox'); before(async () => { From 87cac8f8d80a60b1d3fa2251b0978873bc91e799 Mon Sep 17 00:00:00 2001 From: bhavyarm Date: Fri, 3 Sep 2021 12:34:27 -0400 Subject: [PATCH 5/6] reskip unskip tests for monitoring app --- x-pack/test/functional/apps/monitoring/elasticsearch/shards.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/test/functional/apps/monitoring/elasticsearch/shards.js b/x-pack/test/functional/apps/monitoring/elasticsearch/shards.js index 3b8bb67a19ec7..0608bc005a0b9 100644 --- a/x-pack/test/functional/apps/monitoring/elasticsearch/shards.js +++ b/x-pack/test/functional/apps/monitoring/elasticsearch/shards.js @@ -16,7 +16,7 @@ export default function ({ getService, getPageObjects }) { const shards = getService('monitoringElasticsearchShards'); // FLAKY: https://github.com/elastic/kibana/issues/47184 - describe('Elasticsearch shard legends', () => { + describe.skip('Elasticsearch shard legends', () => { const { setup, tearDown } = getLifecycleMethods(getService, getPageObjects); before(async () => { From 05499b9642fc908ed43e92bf4f6a9c81ea5d1979 Mon Sep 17 00:00:00 2001 From: bhavyarm Date: Thu, 9 Sep 2021 15:39:08 -0400 Subject: [PATCH 6/6] reskip unskipped tests --- .../functional/apps/monitoring/setup/metricbeat_migration.js | 2 +- .../functional/apps/monitoring/setup/metricbeat_migration_mb.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x-pack/test/functional/apps/monitoring/setup/metricbeat_migration.js b/x-pack/test/functional/apps/monitoring/setup/metricbeat_migration.js index 811d466756de5..a9a58f8b373ff 100644 --- a/x-pack/test/functional/apps/monitoring/setup/metricbeat_migration.js +++ b/x-pack/test/functional/apps/monitoring/setup/metricbeat_migration.js @@ -14,7 +14,7 @@ export default function ({ getService, getPageObjects }) { const PageObjects = getPageObjects(['common', 'console']); // FLAKY: https://github.com/elastic/kibana/issues/74327 - describe('Setup mode metricbeat migration', function () { + describe.skip('Setup mode metricbeat migration', function () { describe('setup mode btn', () => { const { setup, tearDown } = getLifecycleMethods(getService, getPageObjects); diff --git a/x-pack/test/functional/apps/monitoring/setup/metricbeat_migration_mb.js b/x-pack/test/functional/apps/monitoring/setup/metricbeat_migration_mb.js index 6ad621c1e6853..d5402dda790e5 100644 --- a/x-pack/test/functional/apps/monitoring/setup/metricbeat_migration_mb.js +++ b/x-pack/test/functional/apps/monitoring/setup/metricbeat_migration_mb.js @@ -14,7 +14,7 @@ export default function ({ getService, getPageObjects }) { const PageObjects = getPageObjects(['common', 'console']); // FLAKY: https://github.com/elastic/kibana/issues/74327 - describe('Setup mode metricbeat migration mb', function () { + describe.skip('Setup mode metricbeat migration mb', function () { describe('setup mode btn', () => { const { setup, tearDown } = getLifecycleMethods(getService, getPageObjects);