skip suite failing in 7.13 (#96895)

This commit is contained in:
spalger 2021-04-21 14:03:24 -07:00 committed by Tyler Smalley
parent 4f754550e8
commit a105c7a8b1

View file

@ -26,7 +26,8 @@ async function removeLogFile() {
await asyncUnlink(logFilePath).catch(() => void 0); await asyncUnlink(logFilePath).catch(() => void 0);
} }
describe('migration from 7.7.2-xpack with 100k objects', () => { // FAILING on 7.13: https://github.com/elastic/kibana/issues/96895
describe.skip('migration from 7.7.2-xpack with 100k objects', () => {
let esServer: kbnTestServer.TestElasticsearchUtils; let esServer: kbnTestServer.TestElasticsearchUtils;
let root: Root; let root: Root;
let coreStart: InternalCoreStart; let coreStart: InternalCoreStart;