From 6868f183432ff74bfe00fc977b41d783eef39435 Mon Sep 17 00:00:00 2001 From: spalger Date: Thu, 1 Apr 2021 19:17:44 -0700 Subject: [PATCH] skip flaky suite (#95660) (#95706) --- test/functional/apps/management/_import_objects.ts | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/test/functional/apps/management/_import_objects.ts b/test/functional/apps/management/_import_objects.ts index 13063e3cc83bd0..cb4d46f02f56b0 100644 --- a/test/functional/apps/management/_import_objects.ts +++ b/test/functional/apps/management/_import_objects.ts @@ -23,7 +23,9 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { const testSubjects = getService('testSubjects'); const log = getService('log'); - describe('import objects', function describeIndexTests() { + // FLAKY: https://github.com/elastic/kibana/issues/95660 + // FLAKY: https://github.com/elastic/kibana/issues/95706 + describe.skip('import objects', function describeIndexTests() { describe('.ndjson file', () => { beforeEach(async function () { await esArchiver.load('management'); @@ -291,8 +293,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { expect(isSuccessful).to.be(true); }); - // https://github.com/elastic/kibana/issues/95660 - it.skip('should allow the user to confirm overriding multiple duplicate saved objects', async function () { + it('should allow the user to confirm overriding multiple duplicate saved objects', async function () { // This data has already been loaded by the "visualize" esArchive. We'll load it again // so that we can override the existing visualization. await PageObjects.savedObjects.importFile(