Mute IndicesRequestCacheIT.testQueryRewrite()

Relates #32827
This commit is contained in:
Tanguy Leroux 2020-02-06 17:38:44 +01:00 committed by Albert Zaharovits
parent db22fb6e1c
commit 7c6264b28c
1 changed files with 1 additions and 0 deletions

View File

@ -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")