From 0ff7fddc81b6dddf143ea0879bda065547885224 Mon Sep 17 00:00:00 2001 From: Artem Prigoda Date: Thu, 24 Apr 2025 12:50:42 +0200 Subject: [PATCH] Unmute `ClusterDisruptionIT#testAckedIndexing` We've been running this test in a loop in #126996 and it doesn't fail in the main branch --- muted-tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/muted-tests.yml b/muted-tests.yml index 8a31484090b94..74f3ecb87de5f 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -86,9 +86,6 @@ tests: - class: org.elasticsearch.versioning.ConcurrentSeqNoVersioningIT method: testSeqNoCASLinearizability issue: https://github.com/elastic/elasticsearch/issues/117249 -- class: org.elasticsearch.discovery.ClusterDisruptionIT - method: testAckedIndexing - issue: https://github.com/elastic/elasticsearch/issues/117024 - class: org.elasticsearch.xpack.inference.InferenceRestIT method: test {p0=inference/40_semantic_text_query/Query a field that uses the default ELSER 2 endpoint} issue: https://github.com/elastic/elasticsearch/issues/117027