SOLR-5492: Ignore broken test

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1550323 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2013-12-12 00:13:14 +00:00
parent 36fd83b0df
commit 7e070c34a4
1 changed files with 2 additions and 0 deletions

View File

@ -63,11 +63,13 @@ import org.apache.solr.update.DirectUpdateHandler2;
import org.apache.solr.util.DefaultSolrThreadFactory;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Ignore;
/**
* Tests the Custom Sharding API.
*/
@Slow
@Ignore("I am broken since SOLR-5492")
public class CustomCollectionTest extends AbstractFullDistribZkTestBase {
private static final String DEFAULT_COLLECTION = "collection1";