Skip to content

Commit fda8f8b

Browse files
committed
muted test
1 parent 6784513 commit fda8f8b

File tree

1 file changed

+1
-0
lines changed
  • core/src/test/java/org/elasticsearch/search/aggregations/metrics

1 file changed

+1
-0
lines changed

core/src/test/java/org/elasticsearch/search/aggregations/metrics/TopHitsIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -703,6 +703,7 @@ public void testTrackScores() throws Exception {
703703
}
704704
}
705705

706+
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/26738")
706707
public void testTopHitsInNestedSimple() throws Exception {
707708
SearchResponse searchResponse = client().prepareSearch("articles")
708709
.setQuery(matchQuery("title", "title"))

0 commit comments

Comments
 (0)