Skip to content

Commit 96fe17b

Browse files
committed
tests: mark TestVectorScorer.testLarge() @monster (#14449)
This test requires gigabytes of disk space to run.
1 parent 64bcac5 commit 96fe17b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lucene/core/src/test/org/apache/lucene/internal/vectorization/TestVectorScorer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ public Optional<Throwable> call() throws Exception {
307307
}
308308

309309
// Tests with a large amount of data (> 2GB), which ensures that data offsets do not overflow
310-
@Nightly
310+
@Monster(value = "requires gigabytes of disk space")
311311
public void testLarge() throws IOException {
312312
try (Directory dir = new MMapDirectory(createTempDir("testLarge"))) {
313313
final int dims = 8192;

0 commit comments

Comments
 (0)