LUCENE-10370: Fix precommit.

This commit is contained in:
Adrien Grand 2022-01-11 10:13:10 +01:00
parent 9b54fbaa01
commit f81c760cc8
1 changed files with 1 additions and 2 deletions

View File

@ -115,8 +115,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")
@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")