Skip to content

Commit

Permalink
Change the archive used by incompatible_cluster_routing_allocation (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
afharo authored Oct 23, 2024
1 parent 1b6c497 commit 52a5434
Showing 2 changed files with 2 additions and 8 deletions.
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -34,12 +34,7 @@ const { startES } = createTestServers({
settings: {
es: {
license: 'basic',
dataArchive: Path.join(
__dirname,
'..',
'archives',
'8.0.0_v1_migrations_sample_data_saved_objects.zip'
),
dataArchive: Path.join(__dirname, '..', 'archives', '8.4.0_with_sample_data_logs.zip'),
},
},
});
@@ -97,8 +92,7 @@ async function updateRoutingAllocations(
});
}

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

0 comments on commit 52a5434

Please sign in to comment.