From ded3c25ff4be813bfa2dc645b4cf5888df503ab7 Mon Sep 17 00:00:00 2001 From: Gal Lalouche Date: Thu, 20 Nov 2025 14:58:12 +0200 Subject: [PATCH] Unmute testTopNPushedToLuceneOnSortedIndex Resolves #135939. --- muted-tests.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/muted-tests.yml b/muted-tests.yml index e97ce4b62ca96..c0c3edb569532 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -348,9 +348,6 @@ tests: - class: org.elasticsearch.xpack.esql.action.CrossClusterQueryWithPartialResultsIT method: testOneRemoteClusterPartial issue: https://github.com/elastic/elasticsearch/issues/124055 -- class: org.elasticsearch.xpack.esql.action.EsqlActionBreakerIT - method: testTopNPushedToLuceneOnSortedIndex - issue: https://github.com/elastic/elasticsearch/issues/135939 - class: org.elasticsearch.xpack.security.authz.microsoft.MicrosoftGraphAuthzPluginIT method: testConcurrentAuthentication issue: https://github.com/elastic/elasticsearch/issues/135777