mirror of https://github.com/apache/lucene.git
re-enable test, there is nothing wrong with this test, its not a goddamn bad apple. its just great at finding bugs
This commit is contained in:
parent
9de4225e9a
commit
b83d203372
|
@ -843,7 +843,6 @@ public class TestRandomChains extends BaseTokenStreamTestCase {
|
||||||
String toString;
|
String toString;
|
||||||
}
|
}
|
||||||
|
|
||||||
@BadApple(bugUrl="https://issues.apache.org/jira/browse/SOLR-12028")
|
|
||||||
public void testRandomChains() throws Throwable {
|
public void testRandomChains() throws Throwable {
|
||||||
int numIterations = TEST_NIGHTLY ? atLeast(20) : 3;
|
int numIterations = TEST_NIGHTLY ? atLeast(20) : 3;
|
||||||
Random random = random();
|
Random random = random();
|
||||||
|
|
Loading…
Reference in New Issue