SOLR-14002: fix another static leak in test

This commit is contained in:
Robert Muir 2019-12-03 22:43:11 -05:00
parent 08720cf5c0
commit 11f1c958eb

View File

@ -153,6 +153,7 @@ public class IndexSizeTriggerTest extends SolrCloudTestCase {
}
solrClient = null;
cloudManager = null;
loader = null;
}
@Test