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