mirror of https://github.com/apache/lucene.git
LUCENE-6409: Mark TestLongBitSet.testHugeCapacity as @Nightly.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1675134 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ec4015f029
commit
0e947bb668
|
@ -316,7 +316,8 @@ public class TestLongBitSet extends LuceneTestCase {
|
||||||
assertTrue(bits.get(1));
|
assertTrue(bits.get(1));
|
||||||
assertFalse(newBits.get(1));
|
assertFalse(newBits.get(1));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Nightly
|
||||||
public void testHugeCapacity() {
|
public void testHugeCapacity() {
|
||||||
long moreThanMaxInt = (long)Integer.MAX_VALUE + 5;
|
long moreThanMaxInt = (long)Integer.MAX_VALUE + 5;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue