SOLR-14002: fix another static leak in test

This commit is contained in:
Robert Muir 2019-12-03 22:43:11 -05:00
parent 165529767b
commit becc16fb28
1 changed files with 1 additions and 0 deletions

View File

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