LUCENE-8303: Make the overflow test a Monster rather than Nightly.

This commit is contained in:
Adrien Grand 2018-05-11 14:36:42 +02:00
parent 1ce3ebadbd
commit d764156f91
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}