Skip to content

Commit 3702bc3

Browse files
committed
CI: Disable SimpleQueryStringIT.testDocWithAllTypes
Tracked by #44192
1 parent 943320f commit 3702bc3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/search/query/SimpleQueryStringIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -493,6 +493,7 @@ public void testWithLotsOfTypes() throws Exception {
493493
assertHitCount(resp, 2L);
494494
}
495495

496+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/44192")
496497
public void testDocWithAllTypes() throws Exception {
497498
String indexBody = copyToStringFromClasspath("/org/elasticsearch/search/query/all-query-index.json");
498499
prepareCreate("test").setSource(indexBody, XContentType.JSON).get();

0 commit comments

Comments
 (0)