From 3298df0d7e4c7461cfa89e178cdce7d99dd9b9f4 Mon Sep 17 00:00:00 2001 From: Niels Bauman Date: Thu, 27 Mar 2025 20:21:14 +0000 Subject: [PATCH] Unmute #123202 This test failure was already fixed by #124319 but wasn't unmuted yet. --- muted-tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/muted-tests.yml b/muted-tests.yml index a548ee04a41d7..03a172cb099a0 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -230,9 +230,6 @@ tests: - class: org.elasticsearch.xpack.esql.heap_attack.HeapAttackIT method: testEnrichExplosionManyMatches issue: https://github.com/elastic/elasticsearch/issues/122913 -- class: org.elasticsearch.xpack.ilm.actions.SearchableSnapshotActionIT - method: testRestoredIndexManagedByLocalPolicySkipsIllegalActions - issue: https://github.com/elastic/elasticsearch/issues/123202 - class: org.elasticsearch.xpack.ilm.TimeSeriesLifecycleActionsIT method: testHistoryIsWrittenWithFailure issue: https://github.com/elastic/elasticsearch/issues/123203