mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
skip flaky suite (#148263)
This commit is contained in:
parent
0b1ecc9844
commit
1c3dc4a151
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/148263
|
||||
describe.skip('migration v2', () => {
|
||||
let esServer: TestElasticsearchUtils;
|
||||
let rootA: Root;
|
||||
let rootB: Root;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue