Skip to content

Commit

Permalink
Enable simulate API tests in 7.8 (#55946)
Browse files Browse the repository at this point in the history
As #55686 was backported the simulate index template api is no available
in 7.8.
  • Loading branch information
andreidan committed May 5, 2020
1 parent 363e994 commit f569405
Showing 1 changed file with 8 additions and 8 deletions.
@@ -1,8 +1,8 @@
---
"Simulate index template without new template in the body":
- skip:
version: " - 7.99.99"
reason: "simulate index template API has not been backported"
version: " - 7.7.99"
reason: "simulate index template API unavailable before 7.8"
features: ["default_shards"]

- do:
Expand Down Expand Up @@ -31,8 +31,8 @@
---
"Simulate index template specifying a new template":
- skip:
version: " - 7.99.99"
reason: "simulate index template API has not been backported"
version: " - 7.7.99"
reason: "simulate index template API unavailable before 7.8"
features: ["default_shards"]

- do:
Expand Down Expand Up @@ -86,8 +86,8 @@
---
"Simulate index template with index not matching any template":
- skip:
version: " - 7.99.99"
reason: "simulate index template API has not been backported"
version: " - 7.7.99"
reason: "simulate index template API unavailable before 7.8"
features: allowed_warnings

- do:
Expand Down Expand Up @@ -116,8 +116,8 @@
---
"Simulate index matches overlapping V1 and V2 templates":
- skip:
version: " - 7.99.99"
reason: "simulate index template API has not been backported"
version: " - 7.7.99"
reason: "simulate index template API unavailable before 7.8"
features: ["allowed_warnings", "default_shards"]

- do:
Expand Down

0 comments on commit f569405

Please sign in to comment.