mirror of https://github.com/apache/lucene.git
SOLR-7468: Ignoring the older test as the new one tests exactly the same thing but with less moving parts and bootstrapping.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1681792 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
108b9302b2
commit
e461ab66f1
|
@ -38,8 +38,10 @@ import org.apache.solr.client.solrj.response.CollectionAdminResponse;
|
|||
import org.apache.solr.client.solrj.response.QueryResponse;
|
||||
import org.apache.solr.common.cloud.ZkStateReader;
|
||||
import org.apache.zookeeper.CreateMode;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
@Ignore
|
||||
@SolrTestCaseJ4.SuppressSSL
|
||||
@LuceneTestCase.Slow
|
||||
public class TestSolrCloudWithKerberos extends AbstractFullDistribZkTestBase {
|
||||
|
|
Loading…
Reference in New Issue