Skip to content

Commit

Permalink
Set correct version bounds for system features rest API tests (#81465) (
Browse files Browse the repository at this point in the history
#81607)

* Use correct version bounds for API test
* Use correct version bounds for migration API test

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>

Co-authored-by: Elastic Machine <elasticmachine@users.noreply.github.com>
  • Loading branch information
williamrandolph and elasticmachine committed Dec 9, 2021
1 parent d8df234 commit 1674ce8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Get Features":
- skip:
features: contains
version: " - 7.99.99" # Adjust this after backport
version: " - 7.11.99"
reason: "This API was added in 7.12.0"
- do: { features.get_features: {}}
- contains: {'features': {'name': 'tasks'}}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Get Features":
- skip:
features: contains
version: " - 7.99.99" # Adjust this after backport
version: " - 7.12.99"
reason: "This API was added in 7.13.0"
- do: { features.get_features: {}}
- contains: {'features': {'name': 'tasks'}}
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"Get feature upgrade status":

- skip:
version: " - 7.99.99"
reason: "Not yet backported"
version: " - 7.15.99"
reason: "Endpoint added in 7.16.0"

- do:
migration.get_feature_upgrade_status: {}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
"Get feature upgrade status":

- skip:
version: " - 7.99.99"
reason: "Not yet backported"
version: " - 7.15.99"
reason: "Endpoint added in 7.16.0"

- do:
migration.get_feature_upgrade_status: {}
Expand Down

0 comments on commit 1674ce8

Please sign in to comment.