parent
db22fb6e1c
commit
7c6264b28c
|
@ -97,6 +97,7 @@ public class IndicesRequestCacheIT extends ESIntegTestCase {
|
|||
}
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/32827")
|
||||
public void testQueryRewrite() throws Exception {
|
||||
Client client = client();
|
||||
assertAcked(client.admin().indices().prepareCreate("index").addMapping("type", "s", "type=date")
|
||||
|
|
Loading…
Reference in New Issue