mirror of https://github.com/apache/lucene.git
tests: try running this tests again to see how it goes...
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1543022 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ca9f50fde5
commit
d9e8a31a15
|
@ -37,7 +37,6 @@ import org.junit.After;
|
|||
import org.junit.AfterClass;
|
||||
import org.junit.Before;
|
||||
import org.junit.BeforeClass;
|
||||
import org.junit.Ignore;
|
||||
import org.slf4j.Logger;
|
||||
import org.slf4j.LoggerFactory;
|
||||
|
||||
|
@ -45,7 +44,6 @@ import com.carrotsearch.randomizedtesting.annotations.ThreadLeakLingering;
|
|||
|
||||
@Slow
|
||||
@ThreadLeakLingering(linger = 60000)
|
||||
@Ignore
|
||||
public class ChaosMonkeyNothingIsSafeTest extends AbstractFullDistribZkTestBase {
|
||||
public static Logger log = LoggerFactory.getLogger(ChaosMonkeyNothingIsSafeTest.class);
|
||||
|
||||
|
|
Loading…
Reference in New Issue