Skip to content

Commit

Permalink
skip flaky es promotion suites (#158318)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jan 30, 2025
1 parent 16818c2 commit 9b1d55f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,8 @@ async function updateRoutingAllocations(
});
}

describe('incompatible_cluster_routing_allocation', () => {
// FAILING ES PROMOTION: 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 9b1d55f

Please sign in to comment.