skip flaky suite (#96895)

This commit is contained in:
Tiago Costa 2021-07-30 14:33:33 +01:00
parent efd254047d
commit f21c7e1c47
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -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;