mirror of https://github.com/apache/lucene.git
SOLR-14055: LegacyCloudClusterPropTest fails on Windows (requires SuppressSSL).
This commit is contained in:
parent
9e236a4835
commit
5cbbdae793
|
@ -28,6 +28,7 @@ import java.nio.file.Path;
|
|||
import java.nio.file.Paths;
|
||||
import java.util.Properties;
|
||||
|
||||
import org.apache.solr.SolrTestCaseJ4;
|
||||
import org.apache.solr.client.solrj.embedded.JettySolrRunner;
|
||||
import org.apache.solr.client.solrj.request.CollectionAdminRequest;
|
||||
import org.apache.solr.common.cloud.ClusterProperties;
|
||||
|
@ -40,7 +41,7 @@ import org.junit.After;
|
|||
import org.junit.BeforeClass;
|
||||
import org.junit.Test;
|
||||
|
||||
|
||||
@SolrTestCaseJ4.SuppressSSL
|
||||
public class LegacyCloudClusterPropTest extends SolrCloudTestCase {
|
||||
|
||||
@BeforeClass
|
||||
|
|
Loading…
Reference in New Issue