SOLR-12833: DistributedUpdateProcessorTest assumeWorkingMockito()

This commit is contained in:
David Smiley 2019-05-01 00:30:04 -04:00 committed by Andrzej Bialecki
parent 2d3e50c56d
commit 9bd9f1b296
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ public class DistributedUpdateProcessorTest extends SolrTestCaseJ4 {
@BeforeClass
public static void beforeClass() throws Exception {
assumeWorkingMockito();
executor = ExecutorUtil.newMDCAwareCachedThreadPool(getClassName());
initCore("solr/collection1/conf/solrconfig.xml","solr/collection1/conf/schema-minimal-with-another-uniqkey.xml");
}