From 9b964bfed8b354008b14ebd064f8e12ba2d1927f Mon Sep 17 00:00:00 2001 From: Andrei Stefan Date: Thu, 28 Aug 2025 10:59:22 +0300 Subject: [PATCH] Unmutting tests. --- muted-tests.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/muted-tests.yml b/muted-tests.yml index 5d08417d75276..2ae42dc5df8e2 100644 --- a/muted-tests.yml +++ b/muted-tests.yml @@ -390,9 +390,6 @@ tests: - class: org.elasticsearch.packaging.test.DockerTests method: test050BasicApiTests issue: https://github.com/elastic/elasticsearch/issues/120911 -- class: org.elasticsearch.xpack.esql.action.EsqlActionBreakerIT - method: testFromEvalStats - issue: https://github.com/elastic/elasticsearch/issues/131503 - class: org.elasticsearch.xpack.search.CrossClusterAsyncSearchIT method: testCancellationViaTimeoutWithAllowPartialResultsSetToFalse issue: https://github.com/elastic/elasticsearch/issues/131248 @@ -618,12 +615,6 @@ tests: - class: org.elasticsearch.test.rest.yaml.RcsCcsCommonYamlTestSuiteIT method: test {p0=search.vectors/90_sparse_vector/Indexing and searching multi-value sparse vectors in >=8.15} issue: https://github.com/elastic/elasticsearch/issues/133508 -- class: org.elasticsearch.xpack.esql.action.EsqlActionBreakerIT - method: testTopNPushedToLucene - issue: https://github.com/elastic/elasticsearch/issues/133556 -- class: org.elasticsearch.xpack.esql.action.EsqlActionBreakerIT - method: testFilterNestedFields - issue: https://github.com/elastic/elasticsearch/issues/133557 - class: org.elasticsearch.test.rest.yaml.RcsCcsCommonYamlTestSuiteIT method: test {p0=search/10_source_filtering/no filtering} issue: https://github.com/elastic/elasticsearch/issues/133561