tests: use filesystem dir until I figure out why ephemerals dirs are having trouble

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1457134 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2013-03-15 21:40:01 +00:00
parent 596616b469
commit 0d191235dc
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ public class SyncSliceTest extends AbstractFullDistribZkTestBase {
super.setUp();
// we expect this time of exception as shards go up and down...
//ignoreException(".*");
useFactory(null);
System.setProperty("numShards", Integer.toString(sliceCount));
}