[TEST] disabled replicas in validate query test
This commit is contained in:
parent
0b4bf88dae
commit
87a2188ae3
|
@ -3,6 +3,9 @@
|
||||||
- do:
|
- do:
|
||||||
indices.create:
|
indices.create:
|
||||||
index: testing
|
index: testing
|
||||||
|
body:
|
||||||
|
settings:
|
||||||
|
number_of_replicas: 0
|
||||||
|
|
||||||
- do:
|
- do:
|
||||||
cluster.health:
|
cluster.health:
|
||||||
|
|
Loading…
Reference in New Issue