mirror of https://github.com/apache/lucene.git
SOLR-10286: fix test for Windows
This commit is contained in:
parent
9b57545df0
commit
e7d9db9d6c
|
@ -45,7 +45,7 @@ public class LargeFieldTest extends SolrTestCaseJ4 {
|
||||||
System.setProperty("documentCache.enabled", "true");
|
System.setProperty("documentCache.enabled", "true");
|
||||||
System.setProperty("enableLazyFieldLoading", "true");
|
System.setProperty("enableLazyFieldLoading", "true");
|
||||||
|
|
||||||
initCore("solrconfig-managed-schema.xml", "ignoredSchemaName?");
|
initCore("solrconfig-managed-schema.xml", "ignoredSchemaName");
|
||||||
|
|
||||||
// TODO SOLR-10229 will make this easier
|
// TODO SOLR-10229 will make this easier
|
||||||
boolean PERSIST_FALSE = false; // don't write to test resource dir
|
boolean PERSIST_FALSE = false; // don't write to test resource dir
|
||||||
|
|
Loading…
Reference in New Issue