We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6784513 commit fda8f8bCopy full SHA for fda8f8b
core/src/test/java/org/elasticsearch/search/aggregations/metrics/TopHitsIT.java
@@ -703,6 +703,7 @@ public void testTrackScores() throws Exception {
703
}
704
705
706
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/26738")
707
public void testTopHitsInNestedSimple() throws Exception {
708
SearchResponse searchResponse = client().prepareSearch("articles")
709
.setQuery(matchQuery("title", "title"))
0 commit comments