From 37c5da4a976cca8e9e90ae912732c97f7bf8f293 Mon Sep 17 00:00:00 2001 From: Bhavya RM Date: Wed, 3 Mar 2021 13:10:59 -0500 Subject: [PATCH] [7.12] removing the linked issue in comments from PR (#93303) (#93351) * removing the linked issue in comments from PR (#93303) # Conflicts: # test/functional/apps/management/_import_objects.ts * addressing es-lint errors by removing blank lines * Fixing the eslint error again Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com> --- test/functional/apps/management/_import_objects.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/functional/apps/management/_import_objects.ts b/test/functional/apps/management/_import_objects.ts index e2a056359b48e..a3daaf8629493 100644 --- a/test/functional/apps/management/_import_objects.ts +++ b/test/functional/apps/management/_import_objects.ts @@ -23,8 +23,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { const testSubjects = getService('testSubjects'); const log = getService('log'); - // FLAKY: https://github.com/elastic/kibana/issues/89478 - describe.skip('import objects', function describeIndexTests() { + describe('import objects', function describeIndexTests() { describe('.ndjson file', () => { beforeEach(async function () { await esArchiver.load('management');