mirror of https://github.com/apache/lucene.git
SOLR-11010 Tentative fix for jenkins test failures.
This commit is contained in:
parent
708462eded
commit
48b4960e0c
|
@ -38,6 +38,7 @@ public class MoveReplicaHDFSTest extends MoveReplicaTest {
|
|||
|
||||
@BeforeClass
|
||||
public static void setupClass() throws Exception {
|
||||
System.setProperty("solr.hdfs.blockcache.enabled", "false");
|
||||
dfsCluster = HdfsTestUtil.setupClass(createTempDir().toFile().getAbsolutePath());
|
||||
|
||||
ZkConfigManager configManager = new ZkConfigManager(zkClient());
|
||||
|
|
Loading…
Reference in New Issue