소스 검색

Mute testOpenCloseApiWildcards (#39578) (#39579)

Gordon Brown 6 년 전
부모
커밋
86f23076ff
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      server/src/test/java/org/elasticsearch/indices/IndicesOptionsIntegrationIT.java

+ 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();