Skip to content

Commit

Permalink
skip flaky suite (#148263)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Jan 3, 2023
1 parent 0b1ecc9 commit 1c3dc4a
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/148263
describe.skip('migration v2', () => {
let esServer: TestElasticsearchUtils;
let rootA: Root;
let rootB: Root;
Expand Down

0 comments on commit 1c3dc4a

Please sign in to comment.