mirror of https://github.com/apache/lucene.git
LUCENE-8303: Make the overflow test a Monster rather than Nightly.
This commit is contained in:
parent
1ce3ebadbd
commit
d764156f91
|
@ -73,7 +73,7 @@ public abstract class BaseLiveDocsFormatTestCase extends LuceneTestCase {
|
|||
testSerialization(maxDoc, 1, true);
|
||||
}
|
||||
|
||||
@Nightly
|
||||
@Monster("Uses lots of memory")
|
||||
public void testOverflow() throws IOException {
|
||||
testSerialization(IndexWriter.MAX_DOCS, IndexWriter.MAX_DOCS - 7, false);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue