We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 943320f commit 3702bc3Copy full SHA for 3702bc3
server/src/test/java/org/elasticsearch/search/query/SimpleQueryStringIT.java
@@ -493,6 +493,7 @@ public void testWithLotsOfTypes() throws Exception {
493
assertHitCount(resp, 2L);
494
}
495
496
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/44192")
497
public void testDocWithAllTypes() throws Exception {
498
String indexBody = copyToStringFromClasspath("/org/elasticsearch/search/query/all-query-index.json");
499
prepareCreate("test").setSource(indexBody, XContentType.JSON).get();
0 commit comments