Skip to content

Commit

Permalink
skip flaky suite (#156117)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed May 3, 2023
1 parent b37224d commit d0761f3
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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/156117
describe.skip('migration v2', () => {
let esServer: TestElasticsearchUtils;
let rootA: Root;
let rootB: Root;
Expand Down

0 comments on commit d0761f3

Please sign in to comment.