Skip to content

Commit ee4c49b

Browse files
Remove TestLogging for #46701 (#48156)
This hasn't failed in 5 weeks now. Removing the test logging and closing the issue. Closes #46701
1 parent ac3b4fa commit ee4c49b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
import org.elasticsearch.test.ESIntegTestCase.ClusterScope;
6363
import org.elasticsearch.test.ESIntegTestCase.Scope;
6464
import org.elasticsearch.test.InternalSettingsPlugin;
65-
import org.elasticsearch.test.junit.annotations.TestLogging;
6665

6766
import java.io.IOException;
6867
import java.util.ArrayList;
@@ -974,7 +973,6 @@ private void assertCumulativeQueryCacheStats(IndicesStatsResponse response) {
974973
assertEquals(total, shardTotal);
975974
}
976975

977-
@TestLogging(value = "_root:DEBUG", reason = "https://github.com/elastic/elasticsearch/issues/46701")
978976
public void testFilterCacheStats() throws Exception {
979977
Settings settings = Settings.builder().put(indexSettings())
980978
.put("number_of_replicas", 0)

0 commit comments

Comments
 (0)