Skip to content

Commit f1bc3a0

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

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;
@@ -1008,7 +1007,6 @@ private void assertCumulativeQueryCacheStats(IndicesStatsResponse response) {
10081007
assertEquals(total, shardTotal);
10091008
}
10101009

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

0 commit comments

Comments
 (0)