[TEST] Fixed intermittent failure due to lack of mapping
This commit is contained in:
parent
9037365adf
commit
7223e9959d
|
@ -1,3 +1,17 @@
|
|||
setup:
|
||||
- do:
|
||||
indices.create:
|
||||
index: test_1
|
||||
body:
|
||||
mappings:
|
||||
test:
|
||||
"properties":
|
||||
"number":
|
||||
"type" : "integer"
|
||||
- do:
|
||||
cluster.health:
|
||||
wait_for_status: green
|
||||
|
||||
---
|
||||
"Basic test":
|
||||
- do:
|
||||
|
|
Loading…
Reference in New Issue