Skip to content

Commit

Permalink
Mute testFilterCacheStats
Browse files Browse the repository at this point in the history
Tracked at #32506
  • Loading branch information
dnhatn committed Jul 31, 2018
1 parent a7cc65f commit 3b4c76e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1027,6 +1027,7 @@ private void assertCumulativeQueryCacheStats(IndicesStatsResponse response) {
assertEquals(total, shardTotal);
}

@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/32506")
public void testFilterCacheStats() throws Exception {
assertAcked(prepareCreate("index").setSettings(Settings.builder().put(indexSettings()).put("number_of_replicas", 0).build()).get());
indexRandom(true,
Expand Down

0 comments on commit 3b4c76e

Please sign in to comment.