SOLR-6137: Disable SSL for TestCloudSchemaless

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1611445 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Steven Rowe 2014-07-17 19:29:59 +00:00
parent a2a9f2a6f9
commit 63a925d578
1 changed files with 2 additions and 0 deletions

View File

@ -16,6 +16,7 @@ package org.apache.solr.schema;
* limitations under the License.
*/
import org.apache.solr.SolrTestCaseJ4.SuppressSSL;
import org.apache.solr.client.solrj.SolrServer;
import org.apache.solr.client.solrj.impl.HttpSolrServer;
import org.apache.solr.cloud.AbstractFullDistribZkTestBase;
@ -42,6 +43,7 @@ import java.util.TreeMap;
/**
* Tests a schemaless collection configuration with SolrCloud
*/
@SuppressSSL
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']";