mirror of https://github.com/apache/lucene.git
SOLR-8433: IterativeMergeStrategy test failures due to SSL errors on Windows
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1720563 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ed5381fe19
commit
bd66345675
|
@ -17,7 +17,9 @@ package org.apache.solr.search;
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
import org.apache.lucene.util.Constants;
|
||||
import org.apache.solr.BaseDistributedSearchTestCase;
|
||||
import org.apache.solr.SolrTestCaseJ4;
|
||||
import org.apache.solr.client.solrj.response.QueryResponse;
|
||||
import org.apache.solr.common.params.ModifiableSolrParams;
|
||||
import org.apache.solr.common.util.NamedList;
|
||||
|
@ -29,8 +31,11 @@ import org.junit.Test;
|
|||
*
|
||||
* @see org.apache.solr.handler.component.QueryComponent
|
||||
*/
|
||||
|
||||
@SolrTestCaseJ4.SuppressSSL(bugUrl="https://issues.apache.org/jira/browse/SOLR-8433")
|
||||
public class AnalyticsMergeStrategyTest extends BaseDistributedSearchTestCase {
|
||||
|
||||
|
||||
public AnalyticsMergeStrategyTest() {
|
||||
stress = 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue