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:
Anshum Gupta 2015-05-26 16:44:54 +00:00
parent 108b9302b2
commit e461ab66f1
1 changed files with 2 additions and 0 deletions

View File

@ -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 {