Skip to content

Commit

Permalink
fix suppresscodecs
Browse files Browse the repository at this point in the history
  • Loading branch information
jimczi committed Nov 1, 2019
1 parent c38e7bc commit b52d5c7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
import java.util.Map;

/** Suppress AssertingCodec because it doesn't work with {@link DocValues#unwrapSingleton} that is used in this test. */
@LuceneTestCase.SuppressCodecs("*")
@LuceneTestCase.SuppressCodecs("Asserting")
public class CompositeAggregatorEarlyTerminationTests extends CompositeAggregatorTestCase {
public void testEarlyTermination() throws Exception {
final List<Map<String, List<Object>>> dataset = new ArrayList<>();
Expand Down

0 comments on commit b52d5c7

Please sign in to comment.