This commit is contained in:
Alejandro Fernández Haro 2024-07-31 10:18:07 +02:00 committed by GitHub
parent 60e1257d31
commit 77007d9188
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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