mirror of https://github.com/apache/lucene.git
SOLR-5776: Re-enable SSL for this test, to see if attempts to increase the entropy pool on ASF FreeBSD Jenkins and Policeman MacOSX Jenkins are helping at all.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1614774 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0ffce18e13
commit
5b1c0f316d
|
@ -43,7 +43,7 @@ import java.util.TreeMap;
|
||||||
/**
|
/**
|
||||||
* Tests a schemaless collection configuration with SolrCloud
|
* Tests a schemaless collection configuration with SolrCloud
|
||||||
*/
|
*/
|
||||||
@SuppressSSL
|
// @SuppressSSL(bugUrl = "https://issues.apache.org/jira/browse/SOLR-5776")
|
||||||
public class TestCloudSchemaless extends AbstractFullDistribZkTestBase {
|
public class TestCloudSchemaless extends AbstractFullDistribZkTestBase {
|
||||||
private static final Logger log = LoggerFactory.getLogger(TestCloudManagedSchemaConcurrent.class);
|
private static final Logger log = LoggerFactory.getLogger(TestCloudManagedSchemaConcurrent.class);
|
||||||
private static final String SUCCESS_XPATH = "/response/lst[@name='responseHeader']/int[@name='status'][.='0']";
|
private static final String SUCCESS_XPATH = "/response/lst[@name='responseHeader']/int[@name='status'][.='0']";
|
||||||
|
|
Loading…
Reference in New Issue