mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
parent
60e1257d31
commit
77007d9188
1 changed files with 1 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue