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