We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 374030a commit 1636701Copy full SHA for 1636701
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