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:
Adrien Grand 2015-04-21 15:17:32 +00:00
parent ec4015f029
commit 0e947bb668
1 changed files with 2 additions and 1 deletions

View File

@ -316,7 +316,8 @@ public class TestLongBitSet extends LuceneTestCase {
assertTrue(bits.get(1));
assertFalse(newBits.get(1));
}
@Nightly
public void testHugeCapacity() {
long moreThanMaxInt = (long)Integer.MAX_VALUE + 5;