mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky es promotion suites (#158318)
This commit is contained in:
parent
a7b55350cf
commit
777e1fe389
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue