Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
afharo authored Jul 31, 2024
1 parent 60e1257 commit 77007d9
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 77007d9

Please sign in to comment.