Browse Source

Mute ESClientYamlSuiteTestCase (#102661)

Jan Kuipers 1 year ago
parent
commit
e24a909f8b

+ 1 - 0
test/yaml-rest-runner/src/main/java/org/elasticsearch/test/rest/yaml/ESClientYamlSuiteTestCase.java

@@ -442,6 +442,7 @@ public abstract class ESClientYamlSuiteTestCase extends ESRestTestCase {
         return RequestOptions.DEFAULT;
     }
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/99153")
     public void test() throws IOException {
         // skip test if it matches one of the blacklist globs
         for (BlacklistedPathPatternMatcher blacklistedPathMatcher : blacklistPathMatchers) {