mirror of https://github.com/apache/lucene.git
Make TestNRTReplication.testCrashReplica nightly (#504)
This test is forking and crashing JVMs, always runs over 10 seconds
This commit is contained in:
parent
d2b7e7a441
commit
b9934a3dcf
|
@ -740,6 +740,7 @@ public class TestNRTReplication extends LuceneTestCase {
|
|||
}
|
||||
}
|
||||
|
||||
@Nightly
|
||||
public void testCrashReplica() throws Exception {
|
||||
|
||||
Path path1 = createTempDir("1");
|
||||
|
|
Loading…
Reference in New Issue