zhaih commented on code in PR #12223:
URL: https://github.com/apache/lucene/pull/12223#discussion_r1156777427
##########
lucene/core/src/test/org/apache/lucene/index/TestDocumentsWriterDeleteQueue.java:
##########
@@ -30,10 +30,13 @@
import org.apache.lucene.tests.util.LuceneTestCase;
import org.apache.lucene.util.BytesRefBuilder;
import org.apache.lucene.util.ThreadInterruptedException;
+import org.junit.Ignore;
/** Unit test for {@link DocumentsWriterDeleteQueue} */
public class TestDocumentsWriterDeleteQueue extends LuceneTestCase {
+ /* Ignored because System.gc() is not reliable */
Review Comment:
OK :)
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]