Skip to content

Commit e20c0f0

Browse files
author
Hrithik Shukla
committed
Fix tests
Signed-off-by: Hrithik Shukla <hkshukla@amazon.com>
1 parent ce2132c commit e20c0f0

File tree

1 file changed

+5
-2
lines changed
  • rest-api-spec/src/main/resources/rest-api-spec/test/cat.recovery

1 file changed

+5
-2
lines changed

rest-api-spec/src/main/resources/rest-api-spec/test/cat.recovery/10_basic.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
---
22
"Test cat recovery output":
3+
- skip:
4+
version: " - 2.99.99"
5+
reason: Output format changed in 3.0
36

47
- do:
58
cat.recovery: {}
@@ -79,8 +82,8 @@
7982
---
8083
"Test cat recovery output for closed index":
8184
- skip:
82-
version: " - 7.1.99"
83-
reason: closed indices are replicated starting version 7.2.0
85+
version: " - 2.99.99"
86+
reason: Output format changed in 3.0
8487

8588
- do:
8689
indices.create:

0 commit comments

Comments
 (0)