Skip to content

Commit

Permalink
SOLR-17207: step#1: AwaitsFix LocaleTest to prevent spurious Jenkins …
Browse files Browse the repository at this point in the history
…failures

(cherry picked from commit 2577b8f)
  • Loading branch information
hossman committed Mar 19, 2024
1 parent 7c816ad commit 42c6a0f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@
import org.slf4j.LoggerFactory;

@LuceneTestCase.SuppressSysoutChecks(bugUrl = "https://issues.apache.org/jira/browse/DIRKRB-753")
@LuceneTestCase.AwaitsFix(bugUrl = "https://issues.apache.org/jira/browse/SOLR-17207")
@LogLevel("org.apache.kerby=WARN")
public class LocaleTest extends SolrTestCase {
private static final Logger log = LoggerFactory.getLogger(MethodHandles.lookup().lookupClass());
Expand Down

0 comments on commit 42c6a0f

Please sign in to comment.