You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by dw...@apache.org on 2019/12/11 15:40:20 UTC

[lucene-solr] branch gradle-master updated: SOLR-14055: LegacyCloudClusterPropTest fails on Windows (requires SuppressSSL).

This is an automated email from the ASF dual-hosted git repository.

dweiss pushed a commit to branch gradle-master
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git


The following commit(s) were added to refs/heads/gradle-master by this push:
     new 77a5dd6  SOLR-14055: LegacyCloudClusterPropTest fails on Windows (requires SuppressSSL).
77a5dd6 is described below

commit 77a5dd69263f74141264aa132a2cf16720049cb1
Author: Dawid Weiss <dw...@apache.org>
AuthorDate: Wed Dec 11 16:39:54 2019 +0100

    SOLR-14055: LegacyCloudClusterPropTest fails on Windows (requires SuppressSSL).
---
 .../src/test/org/apache/solr/cloud/LegacyCloudClusterPropTest.java     | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/solr/core/src/test/org/apache/solr/cloud/LegacyCloudClusterPropTest.java b/solr/core/src/test/org/apache/solr/cloud/LegacyCloudClusterPropTest.java
index a91d5f7..ba2b82e 100644
--- a/solr/core/src/test/org/apache/solr/cloud/LegacyCloudClusterPropTest.java
+++ b/solr/core/src/test/org/apache/solr/cloud/LegacyCloudClusterPropTest.java
@@ -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