You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by ho...@apache.org on 2020/12/02 19:14:08 UTC

[lucene-solr] branch master updated: SOLR-14934: test workaround for SOLR-15026

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8732df8  SOLR-14934: test workaround for SOLR-15026
8732df8 is described below

commit 8732df8c505eec9109cd8a7bdd553e908447af5f
Author: Chris Hostetter <ho...@apache.org>
AuthorDate: Wed Dec 2 12:13:55 2020 -0700

    SOLR-14934: test workaround for SOLR-15026
---
 .../src/test/org/apache/solr/cloud/MiniSolrCloudClusterTest.java         | 1 +
 1 file changed, 1 insertion(+)

diff --git a/solr/test-framework/src/test/org/apache/solr/cloud/MiniSolrCloudClusterTest.java b/solr/test-framework/src/test/org/apache/solr/cloud/MiniSolrCloudClusterTest.java
index ed88f0b..fcba6b4 100644
--- a/solr/test-framework/src/test/org/apache/solr/cloud/MiniSolrCloudClusterTest.java
+++ b/solr/test-framework/src/test/org/apache/solr/cloud/MiniSolrCloudClusterTest.java
@@ -37,6 +37,7 @@ import org.junit.rules.RuleChain;
 import org.junit.rules.TestRule;
 
 @LuceneTestCase.SuppressSysoutChecks(bugUrl = "Solr logs to JUL")
+@SolrTestCaseJ4.SuppressSSL(bugUrl = "https://issues.apache.org/jira/browse/SOLR-15026")
 public class MiniSolrCloudClusterTest extends SolrTestCaseJ4 {
 
   @ClassRule