Skip to content

Commit 421bd9b

Browse files
authored
_cluster/state Skip Test for pre-6.4, not pre-7.0 (#30264)
This updates the skip section for the new `_cluster/state` responses to include 6.4+ now that it has been backported.
1 parent d553a8b commit 421bd9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/cluster.state/10_basic.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
---
2323
"get cluster state returns cluster_uuid at the top level":
2424
- skip:
25-
version: " - 6.99.99"
25+
version: " - 6.3.99"
2626
reason: "cluster state including cluster_uuid at the top level is new in v6.4.0 and higher"
2727

2828
- do:

rest-api-spec/src/main/resources/rest-api-spec/test/cluster.state/20_filtering.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ setup:
160160
---
161161
"Filtering the cluster state returns cluster_uuid at the top level regardless of metric filters":
162162
- skip:
163-
version: " - 6.99.99"
163+
version: " - 6.3.99"
164164
reason: "cluster state including cluster_uuid at the top level is new in v6.4.0 and higher"
165165

166166
- do:

0 commit comments

Comments
 (0)