We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent be69ceb commit beb58e9Copy full SHA for beb58e9
muted-tests.yml
@@ -224,6 +224,12 @@ tests:
224
- class: org.elasticsearch.discovery.ClusterDisruptionIT
225
method: testAckedIndexing
226
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
231
+ method: test {lookup-join.LookupJoinOnTimeSeriesIndex SYNC}
232
233
234
# Examples:
235
#
0 commit comments