Enable simulate API tests in 7.8 (#55946)
As #55686 was backported the simulate index template api is no available in 7.8.
This commit is contained in:
parent
363e994171
commit
f569405fde
|
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue