skip suite failing on 8.4 (#137329)

This commit is contained in:
spalger 2022-07-27 13:01:34 -05:00
parent e66cfb8db6
commit a5f615b41a

View file

@ -26,7 +26,8 @@ async function removeLogFile() {
await asyncUnlink(logFilePath).catch(() => void 0);
}
describe('migration v2', () => {
// FAILING ON 8.4: https://github.com/elastic/kibana/issues/137329
describe.skip('migration v2', () => {
let esServer: kbnTestServer.TestElasticsearchUtils;
let root: Root;