mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip failing test suite (#191123)
This commit is contained in:
parent
07cfc46eda
commit
b6caa06758
1 changed files with 2 additions and 1 deletions
|
@ -101,7 +101,8 @@ async function createRoot({ logFileName }: CreateRootConfig) {
|
|||
// suite is very long, the 10mins default can cause timeouts
|
||||
jest.setTimeout(15 * 60 * 1000);
|
||||
|
||||
describe('migration v2', () => {
|
||||
// Failing ES Forward Compatibility: https://github.com/elastic/kibana/issues/191123
|
||||
describe.skip('migration v2', () => {
|
||||
let esServer: kbnTestServer.TestElasticsearchUtils;
|
||||
let rootA: Root;
|
||||
let rootB: Root;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue