Bump minimum version for component template CRUD test (#54992)
These tests do CRUD for component templates, however, for 7.7 some changes weren't backported in the `_doc` wrapping/unwrapping done for the APIs, this can cause test failures. This bumps the minimum version for these tests to 7.8, which is okay because component templates are hidden behind a flag and have no compatibility guarantees for 7.7. Relates to #53101
This commit is contained in:
parent
1552f2fa3e
commit
1f17df13c1
|
@ -1,8 +1,8 @@
|
|||
---
|
||||
"Basic CRUD":
|
||||
- skip:
|
||||
version: " - 7.6.99"
|
||||
reason: only available in 7.7+
|
||||
version: " - 7.7.99"
|
||||
reason: "index/component template v2 API unavailable before 7.8"
|
||||
|
||||
- do:
|
||||
cluster.put_component_template:
|
||||
|
|
Loading…
Reference in New Issue