Skip to content

Commit 4e47ef6

Browse files
authored
Merge branch 'main' into source-mem-accounting
2 parents a8cf2c5 + 45836c8 commit 4e47ef6

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

muted-tests.yml

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -347,6 +347,24 @@ 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
362+
- class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
363+
method: test {fork.ForkWithWhereSortDescAndLimit ASYNC}
364+
issue: https://github.com/elastic/elasticsearch/issues/123108
365+
- class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
366+
method: test {fork.ForkWithCommonPrefilter SYNC}
367+
issue: https://github.com/elastic/elasticsearch/issues/123109
350368

351369
# Examples:
352370
#

0 commit comments

Comments
 (0)