mirror of https://github.com/apache/lucene.git
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:
parent
56e586e7c6
commit
95c23d4b00
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue