Skip to content

Commit

Permalink
test fix core migrations cluster routing allocation v9 (#209176)
Browse files Browse the repository at this point in the history
part of #158318 (v9)

Updates data archive for cluster routing allocation integration test for
v9


- [x] [Unit or functional
tests](https://www.elastic.co/guide/en/kibana/master/development-tests.html)
were updated or added to match the most common scenarios
  • Loading branch information
TinaHeiligers authored Feb 1, 2025
1 parent 459ec0d commit 4c043d2
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const { startES } = createTestServers({
settings: {
es: {
license: 'basic',
dataArchive: Path.join(__dirname, '..', 'archives', '8.4.0_with_sample_data_logs.zip'),
dataArchive: Path.join(__dirname, '..', 'archives', '8.18_with_sample_data_logs.zip'),
},
},
});
Expand Down Expand Up @@ -92,8 +92,7 @@ async function updateRoutingAllocations(
});
}

// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/158318
describe.skip('incompatible_cluster_routing_allocation', () => {
describe('incompatible_cluster_routing_allocation', () => {
let client: ElasticsearchClient;
let root: Root;

Expand Down

0 comments on commit 4c043d2

Please sign in to comment.