Skip to content

Commit 67d53e5

Browse files
committed
Mute testFilterCacheStats
Tracked at #32506
1 parent b88b3d8 commit 67d53e5

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
@@ -1004,6 +1004,7 @@ private void assertCumulativeQueryCacheStats(IndicesStatsResponse response) {
10041004
assertEquals(total, shardTotal);
10051005
}
10061006

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

0 commit comments

Comments
 (0)