Skip to content

Commit

Permalink
Mute IndicesRequestCacheIT.testQueryRewriteDatesWithNow()
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Vieira <portugee@gmail.com>
  • Loading branch information
mark-vieira committed Feb 7, 2020
1 parent 8cf47ac commit e5a9e44
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ public void testQueryRewriteDates() throws Exception {
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)
Expand Down

0 comments on commit e5a9e44

Please sign in to comment.