File tree 1 file changed +2
-0
lines changed
modules/parent-join/src/test/java/org/elasticsearch/join/query
1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 31
31
import org .apache .lucene .search .join .ScoreMode ;
32
32
import org .apache .lucene .search .similarities .PerFieldSimilarityWrapper ;
33
33
import org .apache .lucene .search .similarities .Similarity ;
34
+ import org .apache .lucene .util .LuceneTestCase ;
34
35
import org .elasticsearch .Version ;
35
36
import org .elasticsearch .cluster .metadata .IndexMetaData ;
36
37
import org .elasticsearch .common .Strings ;
72
73
import static org .hamcrest .CoreMatchers .instanceOf ;
73
74
import static org .hamcrest .CoreMatchers .notNullValue ;
74
75
76
+ @ LuceneTestCase .AwaitsFix (bugUrl = "https://github.com/elastic/elasticsearch/issues/29362" )
75
77
public class HasChildQueryBuilderTests extends AbstractQueryTestCase <HasChildQueryBuilder > {
76
78
77
79
private static final String TYPE = "_doc" ;
You can’t perform that action at this time.
0 commit comments