Skip to content

Commit 938c139

Browse files
author
Michael Sokolov
committed
Make TestIndexedDISI.testRandom @nightly (addresses #15212)
1 parent a5a7e34 commit 938c139

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lucene/core/src/test/org/apache/lucene/codecs/lucene90/TestIndexedDISI.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -491,6 +491,7 @@ public void testOneDocMissingFixed() throws IOException {
491491
}
492492
}
493493

494+
@Nightly
494495
public void testRandom() throws IOException {
495496
try (Directory dir = newDirectory()) {
496497
int numIters = atLeast(3);

0 commit comments

Comments
 (0)