Skip to content

Commit

Permalink
[#192624] Fix archive for incompatible_cluster_routing_allocation
Browse files Browse the repository at this point in the history
  • Loading branch information
afharo committed Sep 23, 2024
1 parent 946c26e commit 365f6c0
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 365f6c0

Please sign in to comment.