Browse Source

CI: Disable SimpleQueryStringIT.testDocWithAllTypes

Tracked by #44192
Igor Motov 6 years ago
parent
commit
3702bc3f68

+ 1 - 0
server/src/test/java/org/elasticsearch/search/query/SimpleQueryStringIT.java

@@ -493,6 +493,7 @@ public class SimpleQueryStringIT extends ESIntegTestCase {
         assertHitCount(resp, 2L);
     }
 
+    @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/44192")
     public void testDocWithAllTypes() throws Exception {
         String indexBody = copyToStringFromClasspath("/org/elasticsearch/search/query/all-query-index.json");
         prepareCreate("test").setSource(indexBody, XContentType.JSON).get();