Mute IndicesRequestCacheIT.testQueryRewriteDatesWithNow()

Signed-off-by: Mark Vieira <portugee@gmail.com>
This commit is contained in:
Mark Vieira 2020-02-07 13:14:02 -08:00
parent 8cf47aca7e
commit e5a9e44ca4
No known key found for this signature in database
GPG Key ID: CA947EF7E6D4B105
1 changed files with 1 additions and 0 deletions

View File

@ -242,6 +242,7 @@ public class IndicesRequestCacheIT extends ESIntegTestCase {
assertCacheState(client, "index", 2, 1);
}
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/32827")
public void testQueryRewriteDatesWithNow() throws Exception {
Client client = client();
Settings settings = Settings.builder().put(IndicesRequestCache.INDEX_CACHE_REQUEST_ENABLED_SETTING.getKey(), true)