SOLR-14934: test workaround for SOLR-15026

This commit is contained in:
Chris Hostetter 2020-12-02 12:13:55 -07:00
parent 2e6a02394e
commit 8732df8c50
1 changed files with 1 additions and 0 deletions

View File

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