Skip to content

Commit

Permalink
Fix skip condition for REST API test
Browse files Browse the repository at this point in the history
Signed-off-by: Lukáš Vlček <lukas.vlcek@aiven.io>
  • Loading branch information
lukas-vlcek committed Jul 3, 2024
1 parent 19611df commit 9603f47
Showing 1 changed file with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,20 @@
---
"File Cache stats":
- skip:
version: " - 2.16.0"
version: " - 2.16.99"
reason: "file cache statistics fields were added in 2.7 (#6485) but the fix (#13232) was merged after 2.16.0"
features: [arbitrary_key]
features: [arbitrary_key, node_selector]

- do:
node_selector:
version: "3.0.0 - "
nodes.info: {}
- set:
nodes._arbitrary_key_: node_id

- do:
node_selector:
version: "3.0.0 - "
nodes.stats:
metric: [ fs ]

Expand Down

0 comments on commit 9603f47

Please sign in to comment.