Skip to content

Commit

Permalink
Mute ChildrenToParentAggregatorTests
Browse files Browse the repository at this point in the history
Tracked at elastic#60980
  • Loading branch information
dnhatn committed Aug 11, 2020
1 parent 7c49443 commit 766177f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
import org.apache.lucene.search.TermInSetQuery;
import org.apache.lucene.store.Directory;
import org.apache.lucene.util.BytesRef;
import org.apache.lucene.util.LuceneTestCase;
import org.elasticsearch.Version;
import org.elasticsearch.cluster.metadata.IndexMetadata;
import org.elasticsearch.common.collect.Tuple;
Expand Down Expand Up @@ -74,6 +75,7 @@
import static org.mockito.Mockito.mock;
import static org.mockito.Mockito.when;

@LuceneTestCase.AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/60980")
public class ChildrenToParentAggregatorTests extends AggregatorTestCase {

private static final String CHILD_TYPE = "child_type";
Expand Down

0 comments on commit 766177f

Please sign in to comment.