Skip to content

Commit

Permalink
_cluster/state Skip Test for pre-6.4, not pre-7.0 (#30264)
Browse files Browse the repository at this point in the history
This updates the skip section for the new `_cluster/state` responses to
include 6.4+ now that it has been backported.
  • Loading branch information
pickypg committed Apr 30, 2018
1 parent 00f272e commit bc54f3f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
---
"get cluster state returns cluster_uuid at the top level":
- skip:
version: " - 6.99.99"
version: " - 6.3.99"
reason: "cluster state including cluster_uuid at the top level is new in v6.4.0 and higher"

- do:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ setup:
---
"Filtering the cluster state returns cluster_uuid at the top level regardless of metric filters":
- skip:
version: " - 6.99.99"
version: " - 6.3.99"
reason: "cluster state including cluster_uuid at the top level is new in v6.4.0 and higher"

- do:
Expand Down

0 comments on commit bc54f3f

Please sign in to comment.