jpountz commented on a change in pull request #757:
URL: https://github.com/apache/lucene/pull/757#discussion_r831260485



##########
File path: lucene/core/src/test/org/apache/lucene/index/Test4GBStoredFields.java
##########
@@ -26,13 +26,15 @@
 import org.apache.lucene.tests.codecs.compressing.CompressingCodec;
 import org.apache.lucene.tests.store.MockDirectoryWrapper;
 import org.apache.lucene.tests.util.LuceneTestCase;
+import org.apache.lucene.tests.util.LuceneTestCase.Monster;
 import org.apache.lucene.tests.util.LuceneTestCase.SuppressCodecs;
 import org.apache.lucene.tests.util.TimeUnits;
 import org.apache.lucene.util.BytesRef;
 
 /** This test creates an index with one segment that is a little larger than 
4GB. */
 @SuppressCodecs({"SimpleText", "Compressing"})
 @TimeoutSuite(millis = 4 * TimeUnits.HOUR)
+@Monster("consumes a lot of disk space")
 public class Test4GBStoredFields extends LuceneTestCase {
 
   @Nightly

Review comment:
       let's remove the nightly annotation now that this class is annotated as 
a monster?




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org
For additional commands, e-mail: issues-h...@lucene.apache.org

Reply via email to