Skip to content

Commit 2ce506d

Browse files
Merge branch '8.x' into backport/8.x/pr-114831
2 parents 519b92a + a4d1abb commit 2ce506d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

muted-tests.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,9 @@ tests:
283283
- class: org.elasticsearch.xpack.esql.qa.multi_node.EsqlSpecIT
284284
method: test {categorize.Categorize SYNC}
285285
issue: https://github.com/elastic/elasticsearch/issues/113054
286+
- class: org.elasticsearch.xpack.esql.qa.multi_node.EsqlSpecIT
287+
method: test {categorize.Categorize ASYNC}
288+
issue: https://github.com/elastic/elasticsearch/issues/113054
286289
- class: org.elasticsearch.ingest.common.IngestCommonClientYamlTestSuiteIT
287290
method: test {yaml=ingest/310_reroute_processor/Test remove then add reroute processor with and without lazy rollover}
288291
issue: https://github.com/elastic/elasticsearch/issues/116158
@@ -301,6 +304,9 @@ tests:
301304
- class: org.elasticsearch.xpack.deprecation.DeprecationHttpIT
302305
method: testDeprecatedSettingsReturnWarnings
303306
issue: https://github.com/elastic/elasticsearch/issues/108628
307+
- class: org.elasticsearch.search.basic.SearchWhileRelocatingIT
308+
method: testSearchAndRelocateConcurrentlyRandomReplicas
309+
issue: https://github.com/elastic/elasticsearch/issues/116145
304310

305311
# Examples:
306312
#

0 commit comments

Comments
 (0)