mirror of https://github.com/apache/lucene.git
SOLR-14002: fix another static leak in test
This commit is contained in:
parent
165529767b
commit
becc16fb28
|
@ -153,6 +153,7 @@ public class IndexSizeTriggerTest extends SolrCloudTestCase {
|
|||
}
|
||||
solrClient = null;
|
||||
cloudManager = null;
|
||||
loader = null;
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
Loading…
Reference in New Issue