You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2013/08/04 00:49:11 UTC

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

Author: uschindler
Date: Sat Aug  3 22:49:10 2013
New Revision: 1510073

URL: http://svn.apache.org/r1510073
Log:
SOLR-5113: Disable test

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

Modified: lucene/dev/trunk/solr/core/src/test/org/apache/solr/cloud/CollectionsAPIDistributedZkTest.java
URL: http://svn.apache.org/viewvc/lucene/dev/trunk/solr/core/src/test/org/apache/solr/cloud/CollectionsAPIDistributedZkTest.java?rev=1510073&r1=1510072&r2=1510073&view=diff
==============================================================================
--- lucene/dev/trunk/solr/core/src/test/org/apache/solr/cloud/CollectionsAPIDistributedZkTest.java (original)
+++ lucene/dev/trunk/solr/core/src/test/org/apache/solr/cloud/CollectionsAPIDistributedZkTest.java Sat Aug  3 22:49:10 2013
@@ -57,6 +57,7 @@ import org.apache.solr.update.SolrCmdDis
 import org.apache.solr.util.DefaultSolrThreadFactory;
 import org.junit.Before;
 import org.junit.BeforeClass;
+import org.junit.Ignore;
 
 import javax.management.MBeanServer;
 import javax.management.MBeanServerFactory;
@@ -91,6 +92,7 @@ import static org.apache.solr.common.par
  * Tests the Cloud Collections API.
  */
 @Slow
+@Ignore("SOLR-5113")
 public class CollectionsAPIDistributedZkTest extends AbstractFullDistribZkTestBase {
   
   private static final String DEFAULT_COLLECTION = "collection1";