You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by an...@apache.org on 2015/05/26 18:44:54 UTC

svn commit: r1681792 - /lucene/dev/trunk/solr/core/src/test/org/apache/solr/cloud/TestSolrCloudWithKerberos.java

Author: anshum
Date: Tue May 26 16:44:54 2015
New Revision: 1681792

URL: http://svn.apache.org/r1681792
Log:
SOLR-7468: Ignoring the older test as the new one tests exactly the same thing but with less moving parts and bootstrapping.

Modified:
    lucene/dev/trunk/solr/core/src/test/org/apache/solr/cloud/TestSolrCloudWithKerberos.java

Modified: lucene/dev/trunk/solr/core/src/test/org/apache/solr/cloud/TestSolrCloudWithKerberos.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/core/src/test/org/apache/solr/cloud/TestSolrCloudWithKerberos.java?rev=1681792&r1=1681791&r2=1681792&view=diff
==============================================================================
--- lucene/dev/trunk/solr/core/src/test/org/apache/solr/cloud/TestSolrCloudWithKerberos.java (original)
+++ lucene/dev/trunk/solr/core/src/test/org/apache/solr/cloud/TestSolrCloudWithKerberos.java Tue May 26 16:44:54 2015
@@ -38,8 +38,10 @@ import org.apache.solr.client.solrj.resp
 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 {