Mute IndexStatsIT#testFilterCacheStats
See https://github.com/elastic/elasticsearch/issues/32506
This commit is contained in:
parent
b7c7ca8f09
commit
256588d773
|
@ -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
|
@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 {
|
public void testFilterCacheStats() throws Exception {
|
||||||
Settings settings = Settings.builder().put(indexSettings()).put("number_of_replicas", 0).build();
|
Settings settings = Settings.builder().put(indexSettings()).put("number_of_replicas", 0).build();
|
||||||
assertAcked(prepareCreate("index").setSettings(settings).get());
|
assertAcked(prepareCreate("index").setSettings(settings).get());
|
||||||
|
|
Loading…
Reference in New Issue