Mute ChildrenToParentAggregatorTests

Tracked at #60980
This commit is contained in:
Nhat Nguyen 2020-08-11 12:56:04 -04:00
parent 7d4117426a
commit 4bdf283619
1 changed files with 2 additions and 0 deletions

View File

@ -32,6 +32,7 @@ import org.apache.lucene.search.Query;
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;
@ -74,6 +75,7 @@ import java.util.function.Consumer;
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";