Mute IndicesRequestCacheIT.testQueryRewriteDatesWithNow()
Signed-off-by: Mark Vieira <portugee@gmail.com>
This commit is contained in:
parent
8cf47aca7e
commit
e5a9e44ca4
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue