From ab85ad7c88bb303c51ed158e85ffa4762ab29577 Mon Sep 17 00:00:00 2001 From: bhavyarm Date: Thu, 26 Aug 2021 17:11:59 -0400 Subject: [PATCH] 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();