Skip to content

Commit

Permalink
Suppress sys out checks as trace logs enabled during tests can cause …
Browse files Browse the repository at this point in the history
…failures (#13188)

Signed-off-by: mgodwan <[email protected]>
  • Loading branch information
mgodwan authored Apr 16, 2024
1 parent 695fbde commit 3e8e116
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,12 @@

import org.apache.lucene.codecs.Codec;
import org.apache.lucene.tests.index.BasePostingsFormatTestCase;
import org.apache.lucene.tests.util.LuceneTestCase;
import org.apache.lucene.tests.util.TestUtil;

import java.util.TreeMap;

@LuceneTestCase.SuppressSysoutChecks(bugUrl = "we log a lot on purpose")
public class FuzzyFilterPostingsFormatTests extends BasePostingsFormatTestCase {

private TreeMap<String, FuzzySetParameters> params = new TreeMap<>() {
Expand Down

0 comments on commit 3e8e116

Please sign in to comment.