CI: Disable SimpleQueryStringIT.testDocWithAllTypes

Tracked by #44192
This commit is contained in:
Igor Motov 2019-07-10 16:44:44 -04:00 committed by Nicholas Knize
parent 374030a53f
commit 1636701d69
1 changed files with 1 additions and 0 deletions

View File

@ -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();