Skip to content

Commit

Permalink
Update migration_7.7.2_xpack_100k.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Bamieh committed Jun 28, 2021
1 parent 45dfaac commit 8374b55
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ async function removeLogFile() {
await asyncUnlink(logFilePath).catch(() => void 0);
}

// FAILING on 7.13: https://github.com/elastic/kibana/issues/96895
describe.skip('migration from 7.7.2-xpack with 100k objects', () => {
describe('migration from 7.7.2-xpack with 100k objects', () => {
let esServer: kbnTestServer.TestElasticsearchUtils;
let root: Root;
let coreStart: InternalCoreStart;
Expand Down

0 comments on commit 8374b55

Please sign in to comment.