mirror of https://github.com/apache/lucene.git
SOLR-5776: suppress ssl for this test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1620176 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
acee95a8d7
commit
0d64c19d18
|
@ -43,7 +43,7 @@ import java.util.TreeMap;
|
|||
/**
|
||||
* Tests a schemaless collection configuration with SolrCloud
|
||||
*/
|
||||
// @SuppressSSL(bugUrl = "https://issues.apache.org/jira/browse/SOLR-5776")
|
||||
@SuppressSSL(bugUrl = "https://issues.apache.org/jira/browse/SOLR-5776")
|
||||
public class TestCloudSchemaless extends AbstractFullDistribZkTestBase {
|
||||
private static final Logger log = LoggerFactory.getLogger(TestCloudManagedSchemaConcurrent.class);
|
||||
private static final String SUCCESS_XPATH = "/response/lst[@name='responseHeader']/int[@name='status'][.='0']";
|
||||
|
|
Loading…
Reference in New Issue