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:
Joel Bernstein 2015-12-17 14:52:00 +00:00
parent ed5381fe19
commit bd66345675
1 changed files with 5 additions and 0 deletions

View File

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