mirror of https://github.com/apache/lucene.git
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:
parent
322e35bb99
commit
e04cf308ea
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue