Skip to content

Commit

Permalink
Rebase archive to 7.last data structure (#191174)
Browse files Browse the repository at this point in the history
Resolves #191123.
  • Loading branch information
afharo authored Aug 23, 2024
1 parent 822a841 commit 802943a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 802943a

Please sign in to comment.