Skip to content

Commit 2ec5c64

Browse files
authored
Merge branch 'main' into stack-monitoring-9
2 parents e3ace41 + cf80db1 commit 2ec5c64

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

muted-tests.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,18 @@ tests:
347347
- class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
348348
method: test {fork.SimpleFork ASYNC}
349349
issue: https://github.com/elastic/elasticsearch/issues/123100
350+
- class: org.elasticsearch.xpack.esql.action.CrossClusterQueryWithPartialResultsIT
351+
method: testPartialResults
352+
issue: https://github.com/elastic/elasticsearch/issues/123101
353+
- class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
354+
method: test {fork.ForkWithWhereSortAndLimit SYNC}
355+
issue: https://github.com/elastic/elasticsearch/issues/123103
356+
- class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
357+
method: test {fork.SimpleFork SYNC}
358+
issue: https://github.com/elastic/elasticsearch/issues/123104
359+
- class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
360+
method: test {fork.ForkWithWhereSortDescAndLimit SYNC}
361+
issue: https://github.com/elastic/elasticsearch/issues/123107
350362

351363
# Examples:
352364
#

0 commit comments

Comments
 (0)