tests: disable SSL until this test is hardened more to deal with the consequences of how slow it can make some things in already slow envs

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1569439 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2014-02-18 17:45:46 +00:00
parent 322e35bb99
commit e04cf308ea
1 changed files with 6 additions and 0 deletions

View File

@ -54,6 +54,12 @@ public class BasicDistributedZk2Test extends AbstractFullDistribZkTestBase {
private static final String SHARD1 = "shard1";
private static final String ONE_NODE_COLLECTION = "onenodecollection";
static {
// disable SSL until this test is hardened more to deal with the
// consequences of how slow it can make some things
ALLOW_SSL = false;
}
public BasicDistributedZk2Test() {
super();
fixShardCount = true;