mirror of https://github.com/apache/lucene.git
tests: suppress ssl.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1589879 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
03dc5ec912
commit
0bb3e820ca
|
@ -18,8 +18,10 @@ package org.apache.solr.handler.clustering;
|
|||
*/
|
||||
|
||||
import org.apache.solr.BaseDistributedSearchTestCase;
|
||||
import org.apache.solr.SolrTestCaseJ4.SuppressSSL;
|
||||
import org.apache.solr.common.params.CommonParams;
|
||||
|
||||
@SuppressSSL
|
||||
public class DistributedClusteringComponentTest extends
|
||||
BaseDistributedSearchTestCase {
|
||||
|
||||
|
|
Loading…
Reference in New Issue