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