mirror of https://github.com/apache/lucene.git
SOLR-14934: test workaround for SOLR-15026
This commit is contained in:
parent
2e6a02394e
commit
8732df8c50
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue