mirror of https://github.com/apache/lucene.git
LUCENE-10370: temporarily ignore TestStressNRTReplication
This commit is contained in:
parent
60b499b907
commit
7e50d954f4
|
@ -47,6 +47,7 @@ import org.apache.lucene.document.Field;
|
|||
import org.apache.lucene.tests.store.MockDirectoryWrapper;
|
||||
import org.apache.lucene.tests.util.LineFileDocs;
|
||||
import org.apache.lucene.tests.util.LuceneTestCase;
|
||||
import org.apache.lucene.tests.util.LuceneTestCase.AwaitsFix;
|
||||
import org.apache.lucene.tests.util.LuceneTestCase.SuppressCodecs;
|
||||
import org.apache.lucene.tests.util.LuceneTestCase.SuppressSysoutChecks;
|
||||
import org.apache.lucene.tests.util.TestRuleIgnoreTestSuites;
|
||||
|
@ -115,6 +116,7 @@ import org.apache.lucene.util.ThreadInterruptedException;
|
|||
* <p>Slow network is simulated with a RateLimiter.
|
||||
*/
|
||||
|
||||
@AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/LUCENE-10370")
|
||||
// MockRandom's .sd file has no index header/footer:
|
||||
@SuppressCodecs({"MockRandom", "Direct", "SimpleText"})
|
||||
@SuppressSysoutChecks(bugUrl = "Stuff gets printed, important stuff for debugging a failure")
|
||||
|
|
Loading…
Reference in New Issue