mirror of https://github.com/apache/lucene.git
BUILD SUCCESSFUL
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene4547@1439950 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
d1a8550d2e
commit
c6f46239ff
|
@ -30,7 +30,7 @@ import org.junit.Ignore;
|
|||
import com.carrotsearch.randomizedtesting.annotations.TimeoutSuite;
|
||||
|
||||
@TimeoutSuite(millis = 80 * TimeUnits.HOUR)
|
||||
@Ignore("probably very slow")
|
||||
@Ignore("takes ~ 30 minutes")
|
||||
public class Test2BDocValues extends LuceneTestCase {
|
||||
|
||||
// indexes Integer.MAX_VALUE docs with an increasing dv field
|
||||
|
|
Loading…
Reference in New Issue