Browse Source

AwaitsFix: https://github.com/elastic/elasticsearch/issues/108857

Pooya Salehi 1 year ago
parent
commit
6869024de8
1 changed files with 4 additions and 0 deletions
  1. 4 0
      muted-tests.yml

+ 4 - 0
muted-tests.yml

@@ -19,6 +19,10 @@ tests:
 - class: "org.elasticsearch.xpack.textstructure.structurefinder.TimestampFormatFinderTests"
   issue: "https://github.com/elastic/elasticsearch/issues/108855"
   method: "testGuessIsDayFirstFromLocale"
+- class: "org.elasticsearch.test.rest.ClientYamlTestSuiteIT"
+  issue: "https://github.com/elastic/elasticsearch/issues/108857"
+  method: "test {yaml=search/180_locale_dependent_mapping/Test Index and Search locale\
+    \ dependent mappings / dates}"
 # Examples:
 #
 #  Mute a single test case in a YAML test suite: