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:
Chris Earle 2017-06-07 00:32:10 -04:00
parent 4517892951
commit b7c9fd7c93
2 changed files with 0 additions and 12 deletions

View File

@ -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

View File

@ -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"