[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>
This commit is contained in:
Bhavya RM 2021-03-03 13:10:59 -05:00 committed by GitHub
parent dd8f63edf5
commit 37c5da4a97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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');