diff --git a/solr/test-framework/src/java/org/apache/solr/SolrTestCaseJ4.java b/solr/test-framework/src/java/org/apache/solr/SolrTestCaseJ4.java index 3e43fabcc75..82bf7386fb8 100755 --- a/solr/test-framework/src/java/org/apache/solr/SolrTestCaseJ4.java +++ b/solr/test-framework/src/java/org/apache/solr/SolrTestCaseJ4.java @@ -115,11 +115,6 @@ public abstract class SolrTestCaseJ4 extends LuceneTestCase { if (numOpens != 0 || numCloses != 0) { // NOTE: some other tests don't use this base class and hence won't reset the counts. log.warn("startTrackingSearchers: numOpens="+numOpens+" numCloses="+numCloses); - try { - throw new RuntimeException(); - } catch (Exception e) { - log.error("",e); - } numOpens = numCloses = 0; } }