Skip to content

Commit

Permalink
skip flaky suite (#96788)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Apr 12, 2021
1 parent 8bf9e86 commit fb24006
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@ async function removeLogFile() {
await asyncUnlink(logFilePath).catch(() => void 0);
}

describe('migration from 7.7.2-xpack with 100k objects', () => {
// FAILING: https://github.com/elastic/kibana/pull/96788
describe.skip('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 fb24006

Please sign in to comment.