Skip to content

Commit 4bdf283

Browse files
committed
Mute ChildrenToParentAggregatorTests
Tracked at #60980
1 parent 7d41174 commit 4bdf283

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

modules/parent-join/src/test/java/org/elasticsearch/join/aggregations/ChildrenToParentAggregatorTests.java

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
import org.apache.lucene.search.TermInSetQuery;
3333
import org.apache.lucene.store.Directory;
3434
import org.apache.lucene.util.BytesRef;
35+
import org.apache.lucene.util.LuceneTestCase;
3536
import org.elasticsearch.Version;
3637
import org.elasticsearch.cluster.metadata.IndexMetadata;
3738
import org.elasticsearch.common.collect.Tuple;
@@ -74,6 +75,7 @@
7475
import static org.mockito.Mockito.mock;
7576
import static org.mockito.Mockito.when;
7677

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

7981
private static final String CHILD_TYPE = "child_type";

0 commit comments

Comments
 (0)