浏览代码

Unmutting tests. (#133700)

Closes https://github.com/elastic/elasticsearch/issues/133557 Closes
https://github.com/elastic/elasticsearch/issues/133556
Andrei Stefan 1 月之前
父节点
当前提交
8ad82aa83e
共有 1 个文件被更改,包括 0 次插入9 次删除
  1. 0 9
      muted-tests.yml

+ 0 - 9
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