SOLR-4944 -- Disabling the test until we can fix it

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1495295 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Shalin Shekhar Mangar 2013-06-21 06:28:56 +00:00
parent b7cc38c0bc
commit 5b32c4fad8
1 changed files with 2 additions and 0 deletions

View File

@ -31,6 +31,7 @@ import org.apache.solr.handler.component.HttpShardHandlerFactory;
import org.apache.zookeeper.KeeperException;
import org.junit.After;
import org.junit.Before;
import org.junit.Ignore;
import java.io.IOException;
import java.util.Collection;
@ -41,6 +42,7 @@ import java.util.concurrent.atomic.AtomicInteger;
* Test split phase that occurs when a Collection API split call is made.
*/
@Slow
@Ignore("SOLR-4944")
public class ChaosMonkeyShardSplitTest extends ShardSplitTest {
static final int TIMEOUT = 10000;