Skip to content

Commit beb58e9

Browse files
authored
Muting tests for #129078 and #129082 until fix #129202 is merged (#129241)
1 parent be69ceb commit beb58e9

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
@@ -224,6 +224,12 @@ tests:
224224
- class: org.elasticsearch.discovery.ClusterDisruptionIT
225225
method: testAckedIndexing
226226
issue: https://github.com/elastic/elasticsearch/issues/117024
227+
- class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
228+
method: test {lookup-join.LookupJoinOnTimeSeriesIndex ASYNC}
229+
issue: https://github.com/elastic/elasticsearch/issues/129078
230+
- class: org.elasticsearch.xpack.esql.qa.mixed.MixedClusterEsqlSpecIT
231+
method: test {lookup-join.LookupJoinOnTimeSeriesIndex SYNC}
232+
issue: https://github.com/elastic/elasticsearch/issues/129078
227233

228234
# Examples:
229235
#

0 commit comments

Comments
 (0)