Skip to content

Commit

Permalink
[elastic#192624] Fix archive for `incompatible_cluster_routing_alloca…
Browse files Browse the repository at this point in the history
…tion` (elastic#193741)
  • Loading branch information
afharo committed Sep 23, 2024
1 parent b1290ce commit df2ccb6
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 @@ -97,8 +97,7 @@ async function updateRoutingAllocations(
});
}

// Failing 9.0 version update: https://github.com/elastic/kibana/issues/192624
describe.skip('incompatible_cluster_routing_allocation', () => {
describe('incompatible_cluster_routing_allocation', () => {
let client: ElasticsearchClient;
let root: Root;

Expand Down

0 comments on commit df2ccb6

Please sign in to comment.