Skip to content

Commit

Permalink
removing the linked issue in comments from PR (elastic#93303)
Browse files Browse the repository at this point in the history
# Conflicts:
#	test/functional/apps/management/_import_objects.ts
  • Loading branch information
bhavyarm committed Mar 2, 2021
1 parent 37c0dd0 commit d2fb6d6
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/functional/apps/management/_import_objects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@ 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 d2fb6d6

Please sign in to comment.