[TEST] disabled refresh for get_source realtime test
This commit is contained in:
parent
05cc67c872
commit
c82b231ad8
|
@ -1,6 +1,18 @@
|
|||
---
|
||||
"Realtime":
|
||||
|
||||
|
||||
- do:
|
||||
indices.create:
|
||||
index: test_1
|
||||
body:
|
||||
settings:
|
||||
refresh_interval: -1
|
||||
|
||||
- do:
|
||||
cluster.health:
|
||||
wait_for_status: yellow
|
||||
|
||||
- do:
|
||||
index:
|
||||
index: test_1
|
||||
|
|
Loading…
Reference in New Issue