Skip to content

Commit

Permalink
Mute IndexStatsIT#testFilterCacheStats
Browse files Browse the repository at this point in the history
See #32506
  • Loading branch information
davidkyle authored and DaveCTurner committed May 15, 2019
1 parent 14020c5 commit 7bd161d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1009,6 +1009,7 @@ private void assertCumulativeQueryCacheStats(IndicesStatsResponse response) {
}

@TestLogging("_root:DEBUG") // this fails at a very low rate on CI: https://github.com/elastic/elasticsearch/issues/32506
@AwaitsFix( bugUrl = "https://github.com/elastic/elasticsearch/issues/32506")
public void testFilterCacheStats() throws Exception {
Settings settings = Settings.builder().put(indexSettings()).put("number_of_replicas", 0).build();
assertAcked(prepareCreate("index").setSettings(settings).get());
Expand Down

0 comments on commit 7bd161d

Please sign in to comment.