Skip to content

Commit

Permalink
skip failing test suite (elastic#158318)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Oct 23, 2024
1 parent e38b4df commit 96c6aa7
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ async function updateRoutingAllocations(
});
}

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

Expand Down

0 comments on commit 96c6aa7

Please sign in to comment.