We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64bcac5 commit 96fe17bCopy full SHA for 96fe17b
lucene/core/src/test/org/apache/lucene/internal/vectorization/TestVectorScorer.java
@@ -307,7 +307,7 @@ public Optional<Throwable> call() throws Exception {
307
}
308
309
// Tests with a large amount of data (> 2GB), which ensures that data offsets do not overflow
310
- @Nightly
+ @Monster(value = "requires gigabytes of disk space")
311
public void testLarge() throws IOException {
312
try (Directory dir = new MMapDirectory(createTempDir("testLarge"))) {
313
final int dims = 8192;
0 commit comments