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 ;
@@ -1008,7 +1007,6 @@ private void assertCumulativeQueryCacheStats(IndicesStatsResponse response) {
1008
1007
assertEquals (total , shardTotal );
1009
1008
}
1010
1009
1011
- @ TestLogging (value = "_root:DEBUG" , reason = "https://github.com/elastic/elasticsearch/issues/46701" )
1012
1010
public void testFilterCacheStats () throws Exception {
1013
1011
Settings settings = Settings .builder ().put (indexSettings ())
1014
1012
.put ("number_of_replicas" , 0 )
You can’t perform that action at this time.
0 commit comments