Skip to content

Commit c8b4a1f

Browse files
authored
[CI] Mute reference/cluster/nodes-stats (#91390)
relates #91081
1 parent 0c3baab commit c8b4a1f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/reference/cluster/nodes-stats.asciidoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2731,6 +2731,7 @@ parameter to `ingest` and use the
27312731
--------------------------------------------------
27322732
GET /_nodes/stats/ingest?filter_path=nodes.*.ingest
27332733
--------------------------------------------------
2734+
// TESTRESPONSE[skip:"AwaitsFix https://github.com/elastic/elasticsearch/issues/91081"]
27342735

27352736
You can use the `metric` and `filter_path` query parameters to get the same
27362737
response.
@@ -2739,6 +2740,7 @@ response.
27392740
--------------------------------------------------
27402741
GET /_nodes/stats?metric=ingest&filter_path=nodes.*.ingest
27412742
--------------------------------------------------
2743+
// TESTRESPONSE[skip:"AwaitsFix https://github.com/elastic/elasticsearch/issues/91081"]
27422744

27432745
To further refine the response, change the `filter_path` value.
27442746
For example, the following request only returns ingest pipeline statistics.

0 commit comments

Comments
 (0)