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
|
@ -317,6 +317,7 @@ public class TestLongBitSet extends LuceneTestCase {
|
|||
assertFalse(newBits.get(1));
|
||||
}
|
||||
|
||||
@Nightly
|
||||
public void testHugeCapacity() {
|
||||
long moreThanMaxInt = (long)Integer.MAX_VALUE + 5;
|
||||
|
||||
|
|
Loading…
Reference in New Issue