tests: turn off SSL for this test

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1571322 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2014-02-24 16:02:59 +00:00
parent 56e586e7c6
commit 95c23d4b00
1 changed files with 4 additions and 0 deletions

View File

@ -49,6 +49,10 @@ import org.junit.BeforeClass;
@Slow
public class FullSolrCloudDistribCmdsTest extends AbstractFullDistribZkTestBase {
static {
// No SSL for now - it can be too slow
ALLOW_SSL = false;
}
@BeforeClass
public static void beforeSuperClass() {