Remove monitoring index checks until they exist without timing related issues elastic/x-pack-elasticsearch#1574
Original commit: elastic/x-pack-elasticsearch@97e44e4679
This commit is contained in:
parent
4517892951
commit
b7c9fd7c93
|
@ -33,9 +33,3 @@
|
|||
index: test_index
|
||||
|
||||
- match: { hits.total: 5 }
|
||||
|
||||
- do:
|
||||
cluster.health:
|
||||
index: ".monitoring-es-*"
|
||||
wait_for_active_shards: 2 # 1 primary and 1 replica
|
||||
timeout: 25s
|
||||
|
|
|
@ -46,12 +46,6 @@
|
|||
xpack.security.clear_cached_realms:
|
||||
realms: "_all"
|
||||
|
||||
- do:
|
||||
cluster.health:
|
||||
index: ".monitoring-es-*"
|
||||
wait_for_active_shards: 2 # 1 primary and 1 replica
|
||||
timeout: 25s
|
||||
|
||||
- do:
|
||||
cluster.health:
|
||||
index: ".security"
|
||||
|
|
Loading…
Reference in New Issue