SOLR-14055: LegacyCloudClusterPropTest fails on Windows (requires SuppressSSL).

This commit is contained in:
Dawid Weiss 2019-12-11 16:39:54 +01:00
parent 9e236a4835
commit 5cbbdae793
1 changed files with 2 additions and 1 deletions

View File

@ -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