skip flaky suite (#148263)

This commit is contained in:
Jonathan Budzenski 2023-01-03 07:36:24 -06:00
parent 0b1ecc9844
commit 1c3dc4a151

View file

@ -106,7 +106,8 @@ async function createRoot({ logFileName }: CreateRootConfig) {
// suite is very long, the 10mins default can cause timeouts
jest.setTimeout(15 * 60 * 1000);
describe('migration v2', () => {
// FLAKY: https://github.com/elastic/kibana/issues/148263
describe.skip('migration v2', () => {
let esServer: TestElasticsearchUtils;
let rootA: Root;
let rootB: Root;