mirror of https://github.com/apache/lucene.git
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:
parent
a2a9f2a6f9
commit
63a925d578
|
@ -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']";
|
||||
|
|
Loading…
Reference in New Issue