Get all templates not available before 0.90.3
This commit is contained in:
parent
87df522786
commit
6e2deaa4b7
|
@ -17,6 +17,10 @@
|
|||
- match: {test.settings: {index.number_of_shards: '1', index.number_of_replicas: '0'}}
|
||||
---
|
||||
"Get all templates":
|
||||
- skip:
|
||||
version: "0 - 0.90.3"
|
||||
reason: "Get all templates not available before 0.90.4"
|
||||
|
||||
- do:
|
||||
indices.put_template:
|
||||
name: test
|
||||
|
|
Loading…
Reference in New Issue