Skip to content

Commit e5a9e44

Browse files
committed
Mute IndicesRequestCacheIT.testQueryRewriteDatesWithNow()
Signed-off-by: Mark Vieira <[email protected]>
1 parent 8cf47ac commit e5a9e44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/indices/IndicesRequestCacheIT.java

+1
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,7 @@ public void testQueryRewriteDates() throws Exception {
242242
assertCacheState(client, "index", 2, 1);
243243
}
244244

245+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/32827")
245246
public void testQueryRewriteDatesWithNow() throws Exception {
246247
Client client = client();
247248
Settings settings = Settings.builder().put(IndicesRequestCache.INDEX_CACHE_REQUEST_ENABLED_SETTING.getKey(), true)

0 commit comments

Comments
 (0)