Browse Source

Mute org.elasticsearch.xpack.esql.ccq.MultiClusterSpecIT test {date.IN operator with null in list, doesn't find match, EVAL to check value} #120349

elasticsearchmachine 9 months ago
parent
commit
973610af7a
1 changed files with 3 additions and 0 deletions
  1. 3 0
      muted-tests.yml

+ 3 - 0
muted-tests.yml

@@ -465,3 +465,6 @@ tests:
 - class: org.elasticsearch.xpack.esql.ccq.MultiClusterSpecIT
   method: test {date.IN operator with null in list, doesn't find match}
   issue: https://github.com/elastic/elasticsearch/issues/120348
+- class: org.elasticsearch.xpack.esql.ccq.MultiClusterSpecIT
+  method: test {date.IN operator with null in list, doesn't find match, EVAL to check value}
+  issue: https://github.com/elastic/elasticsearch/issues/120349