|
@@ -81,6 +81,7 @@ public class SearchTransportTelemetryTests extends ESSingleNodeTestCase {
|
|
|
resetMeter();
|
|
|
}
|
|
|
|
|
|
+ @AwaitsFix(bugUrl = "https://github.com/elastic/elasticsearch/issues/103810")
|
|
|
public void testSearchTransportMetricsQueryThenFetch() throws InterruptedException {
|
|
|
assertSearchHitsWithoutFailures(
|
|
|
client().prepareSearch(indexName).setSearchType(SearchType.QUERY_THEN_FETCH).setQuery(simpleQueryStringQuery("doc1")),
|