Skip to content

Commit 65bb611

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

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)