Test: Set number_of_replicas to zero so that wait_for_green succeeds in search.aggregations
This commit is contained in:
parent
690820dae3
commit
7bf9d7271a
|
@ -3,6 +3,8 @@ setup:
|
|||
indices.create:
|
||||
index: test_1
|
||||
body:
|
||||
settings:
|
||||
number_of_replicas: 0
|
||||
mappings:
|
||||
test:
|
||||
"properties":
|
||||
|
|
Loading…
Reference in New Issue