Skip to content

Commit

Permalink
[7.12] removing the linked issue in comments from PR (#93303) (#93351)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
bhavyarm and kibanamachine authored Mar 3, 2021
1 parent dd8f63e commit 37c5da4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/functional/apps/management/_import_objects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 37c5da4

Please sign in to comment.