From 42188134642a6c35373b95923bc4333668ad12cf Mon Sep 17 00:00:00 2001 From: Bhavya RM Date: Tue, 2 Mar 2021 17:21:28 -0500 Subject: [PATCH] removing the linked issue in comments from PR (#93303) --- test/functional/apps/management/_import_objects.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/test/functional/apps/management/_import_objects.ts b/test/functional/apps/management/_import_objects.ts index ca8d8c392ce49..a3daaf8629493 100644 --- a/test/functional/apps/management/_import_objects.ts +++ b/test/functional/apps/management/_import_objects.ts @@ -23,7 +23,6 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { const testSubjects = getService('testSubjects'); const log = getService('log'); - // FLAKY: https://github.com/elastic/kibana/issues/89478 describe('import objects', function describeIndexTests() { describe('.ndjson file', () => { beforeEach(async function () {