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 3b522be commit 171fc70Copy full SHA for 171fc70
server/src/internalClusterTest/java/org/elasticsearch/search/SearchTimeoutIT.java
@@ -52,6 +52,7 @@ private void indexDocs() {
52
refresh("test");
53
}
54
55
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/98369")
56
public void testTopHitsTimeout() {
57
indexDocs();
58
SearchResponse searchResponse = client().prepareSearch("test")
0 commit comments