Skip to content

Commit b25b61e

Browse files
davidkyleDaveCTurner
authored andcommitted
Mute IndexStatsIT#testFilterCacheStats
See #32506
1 parent 13188cd commit b25b61e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

server/src/test/java/org/elasticsearch/indices/stats/IndexStatsIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1009,6 +1009,7 @@ private void assertCumulativeQueryCacheStats(IndicesStatsResponse response) {
10091009
}
10101010

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

0 commit comments

Comments
 (0)