mirror of https://github.com/apache/lucene.git
SOLR-6640: No need for SSL in this test
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1653283 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8a2ef93467
commit
76bfd12337
|
@ -20,6 +20,7 @@ package org.apache.solr.cloud;
|
|||
import java.io.File;
|
||||
import java.util.List;
|
||||
|
||||
import org.apache.solr.SolrTestCaseJ4;
|
||||
import org.apache.solr.client.solrj.embedded.JettySolrRunner;
|
||||
import org.apache.solr.client.solrj.request.AbstractUpdateRequest;
|
||||
import org.apache.solr.client.solrj.request.UpdateRequest;
|
||||
|
@ -29,6 +30,7 @@ import org.junit.AfterClass;
|
|||
import org.junit.BeforeClass;
|
||||
|
||||
// See SOLR-6640
|
||||
@SolrTestCaseJ4.SuppressSSL
|
||||
public class RecoveryAfterSoftCommitTest extends AbstractFullDistribZkTestBase {
|
||||
|
||||
public RecoveryAfterSoftCommitTest() {
|
||||
|
|
Loading…
Reference in New Issue