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]>
(cherry picked from commit 3e8e116)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Apr 16, 2024
1 parent f3d30d3 commit 71f9d08
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 71f9d08

Please sign in to comment.