Browse Source

Mute testOpenCloseApiWildcards (#39578) (#39579)

Gordon Brown 6 năm trước cách đây
mục cha
commit
86f23076ff

+ 1 - 0
server/src/test/java/org/elasticsearch/indices/IndicesOptionsIntegrationIT.java

@@ -477,6 +477,7 @@ public class IndicesOptionsIntegrationIT extends ESIntegTestCase {
         verify(search("t*"), false);
     }
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/39578")
     public void testOpenCloseApiWildcards() throws Exception {
         createIndex("foo", "foobar", "bar", "barbaz");
         ensureGreen();