mirror of https://github.com/apache/lucene.git
SOLR-12833: DistributedUpdateProcessorTest assumeWorkingMockito()
This commit is contained in:
parent
2d3e50c56d
commit
9bd9f1b296
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue