muted test
This commit is contained in:
parent
67845134de
commit
fda8f8b827
|
@ -703,6 +703,7 @@ public class TopHitsIT extends ESIntegTestCase {
|
|||
}
|
||||
}
|
||||
|
||||
@AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/26738")
|
||||
public void testTopHitsInNestedSimple() throws Exception {
|
||||
SearchResponse searchResponse = client().prepareSearch("articles")
|
||||
.setQuery(matchQuery("title", "title"))
|
||||
|
|
Loading…
Reference in New Issue