ソースを参照

Mute IndicesRequestCacheIT.testQueryRewriteDatesWithNow()

Signed-off-by: Mark Vieira <portugee@gmail.com>
Mark Vieira 5 年 前
コミット
55f303e469

+ 1 - 0
server/src/test/java/org/elasticsearch/indices/IndicesRequestCacheIT.java

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