Mute IndexStatsIT#testFilterCacheStats

See https://github.com/elastic/elasticsearch/issues/32506
This commit is contained in:
David Kyle 2019-05-09 13:46:59 +01:00
parent b7c7ca8f09
commit 256588d773
1 changed files with 1 additions and 0 deletions

View File

@ -1009,6 +1009,7 @@ public class IndexStatsIT extends ESIntegTestCase {
}
@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());