tests: disable FullSolrCloudDistribCmdsTest during investigation

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1513649 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2013-08-13 21:01:14 +00:00
parent 70ff6392b4
commit 07b5204a77
1 changed files with 2 additions and 0 deletions

View File

@ -38,11 +38,13 @@ import org.apache.solr.update.VersionInfo;
import org.apache.solr.update.processor.DistributedUpdateProcessor;
import org.apache.zookeeper.CreateMode;
import org.junit.BeforeClass;
import org.junit.Ignore;
/**
* Super basic testing, no shard restarting or anything.
*/
@Slow
@Ignore // failing on certain jenkins since block join commit - needs investigation.
public class FullSolrCloudDistribCmdsTest extends AbstractFullDistribZkTestBase {