mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#156117)
This commit is contained in:
parent
d988af9e8b
commit
ed2e81e777
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue