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:
Steven Rowe 2014-08-24 19:12:26 +00:00
parent acee95a8d7
commit 0d64c19d18
1 changed files with 1 additions and 1 deletions

View File

@ -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']";