From 168ead0ee87ee8b52b0d1392073b772c33f6fb0d Mon Sep 17 00:00:00 2001 From: Nik Everett Date: Thu, 17 Jul 2025 15:41:06 -0400 Subject: [PATCH] ESQL: Unmuted fixed tests Fixed by #131370 or #130963. Closes #130505 Closes #130504 Closes #130501 Closes #131024 --- muted-tests.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/muted-tests.yml b/muted-tests.yml index 6f920d95d4189..255e1887bf7b3 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -382,12 +382,6 @@ tests: - class: org.elasticsearch.index.codec.vectors.cluster.HierarchicalKMeansTests method: testHKmeans issue: https://github.com/elastic/elasticsearch/issues/130497 -- class: org.elasticsearch.xpack.esql.action.EsqlActionBreakerIT - method: testProjectWhere - issue: https://github.com/elastic/elasticsearch/issues/130504 -- class: org.elasticsearch.xpack.esql.action.EsqlActionBreakerIT - method: testTopNPushedToLucene - issue: https://github.com/elastic/elasticsearch/issues/130505 - class: org.elasticsearch.gradle.LoggedExecFuncTest method: failed tasks output logged to console when spooling true issue: https://github.com/elastic/elasticsearch/issues/119509 @@ -406,12 +400,6 @@ tests: - class: org.elasticsearch.search.SearchWithRejectionsIT method: testOpenContextsAfterRejections issue: https://github.com/elastic/elasticsearch/issues/130821 -- class: org.elasticsearch.xpack.esql.action.EsqlActionBreakerIT - method: testExtractFields - issue: https://github.com/elastic/elasticsearch/issues/130501 -- class: org.elasticsearch.xpack.esql.action.EsqlActionBreakerIT - method: testRowStatsProjectGroupByInt - issue: https://github.com/elastic/elasticsearch/issues/131024 - class: org.elasticsearch.xpack.esql.qa.multi_node.EsqlSpecIT method: test {lookup-join.MvJoinKeyOnFromAfterStats ASYNC} issue: https://github.com/elastic/elasticsearch/issues/131148