mirror of https://github.com/apache/lucene.git
Temporarily disabling SSLMigrationTest; SOLR-6213 it's hanging the build server.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1606671 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
98503b6c55
commit
680286c00e
|
@ -18,6 +18,7 @@ package org.apache.solr.cloud;
|
|||
*/
|
||||
|
||||
import static org.apache.solr.common.cloud.ZkNodeProps.makeMap;
|
||||
import org.apache.lucene.util.LuceneTestCase.BadApple;
|
||||
|
||||
import java.util.ArrayList;
|
||||
import java.util.List;
|
||||
|
@ -48,6 +49,7 @@ import org.apache.lucene.util.LuceneTestCase.Slow;
|
|||
*/
|
||||
@Slow
|
||||
@SuppressSSL
|
||||
@BadApple(bugUrl = "https://issues.apache.org/jira/browse/SOLR-6213")
|
||||
public class SSLMigrationTest extends AbstractFullDistribZkTestBase {
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue