Skip to content

Commit

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

describe('migration from 7.7.2-xpack with 100k objects', () => {
// FLAKY: https://github.com/elastic/kibana/issues/96895
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 f21c7e1

Please sign in to comment.