File tree 1 file changed +0
-2
lines changed
server/src/test/java/org/elasticsearch/indices/stats
1 file changed +0
-2
lines changed Original file line number Diff line number Diff line change 62
62
import org .elasticsearch .test .ESIntegTestCase .ClusterScope ;
63
63
import org .elasticsearch .test .ESIntegTestCase .Scope ;
64
64
import org .elasticsearch .test .InternalSettingsPlugin ;
65
- import org .elasticsearch .test .junit .annotations .TestLogging ;
66
65
67
66
import java .io .IOException ;
68
67
import java .util .ArrayList ;
@@ -974,7 +973,6 @@ private void assertCumulativeQueryCacheStats(IndicesStatsResponse response) {
974
973
assertEquals (total , shardTotal );
975
974
}
976
975
977
- @ TestLogging (value = "_root:DEBUG" , reason = "https://github.com/elastic/elasticsearch/issues/46701" )
978
976
public void testFilterCacheStats () throws Exception {
979
977
Settings settings = Settings .builder ().put (indexSettings ())
980
978
.put ("number_of_replicas" , 0 )
You can’t perform that action at this time.
0 commit comments