Rebase archive to 7.last data structure (#191174)

Resolves #191123.
This commit is contained in:
Alejandro Fernández Haro 2024-08-23 15:13:49 +02:00 committed by GitHub
parent 822a8412c4
commit 802943afe9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 2 deletions

View file

@ -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;