SOLR-11010 Tentative fix for jenkins test failures.

This commit is contained in:
Andrzej Bialecki 2017-07-05 11:29:12 +02:00
parent 708462eded
commit 48b4960e0c
1 changed files with 1 additions and 0 deletions

View File

@ -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());