mirror of https://github.com/apache/lucene.git
Stop cruelty to monkeys and other animals
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1245902 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
78640d58cf
commit
9e98ce6ed5
|
@ -30,7 +30,9 @@ import org.junit.After;
|
|||
import org.junit.AfterClass;
|
||||
import org.junit.Before;
|
||||
import org.junit.BeforeClass;
|
||||
import org.junit.Ignore;
|
||||
|
||||
@Ignore("Fixme! I am so tired of failing all the time. This is cruelty to animals! :(")
|
||||
public class ChaosMonkeySafeLeaderTest extends FullSolrCloudTest {
|
||||
|
||||
@BeforeClass
|
||||
|
|
|
@ -28,6 +28,7 @@ import org.junit.BeforeClass;
|
|||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
@Ignore("Fixme! I am so tired of failing all the time. This is cruelty to animals! :(")
|
||||
public class RecoveryZkTest extends FullSolrCloudTest {
|
||||
|
||||
//private static final String DISTRIB_UPDATE_CHAIN = "distrib-update-chain";
|
||||
|
|
Loading…
Reference in New Issue