Skip to content

Commit

Permalink
Fix version support in rest-api-spec tests for restore API
Browse files Browse the repository at this point in the history
Signed-off-by: Sachin Kale <kalsac@amazon.com>
  • Loading branch information
Sachin Kale committed Jun 20, 2022
1 parent 489a396 commit 7131c0f
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
---
"Basic remote store restore API call":
- skip:
version: " - 2.99.99"
reason: "remote store restore API only supported since 3.0.0"

- do:
remote_store.restore:
Expand All @@ -12,6 +15,9 @@
- match: { remote_store.shards.failed : 0 }
---
"Error no indices":
- skip:
version: " - 2.99.99"
reason: "remote store restore API only supported since 3.0.0"

- do:
catch: bad_request
Expand Down

0 comments on commit 7131c0f

Please # to comment.