mirror of https://github.com/apache/lucene.git
SOLR-9530: fixing test error
This commit is contained in:
parent
52b252cc6e
commit
468d479b5f
|
@ -40,6 +40,7 @@ public class UpdateRequestProcessorFactoryTest extends AbstractSolrTestCase {
|
|||
|
||||
@BeforeClass
|
||||
public static void beforeClass() throws Exception {
|
||||
System.setProperty("enable.runtime.lib", "true");
|
||||
initCore("solrconfig-transformers.xml", "schema.xml");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue