* 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>
@@ -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'}}
+ version: " - 7.12.99"
reason: "This API was added in 7.13.0"
@@ -1,8 +1,8 @@
"Get feature upgrade status":
- 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: {}