Updating test to try to get it to actually run Monitoring. This should not have any effect, but the test passes locally 100% of the time and fails remotely 100% of the time...
Original commit: elastic/x-pack-elasticsearch@c3b16b8238
This commit is contained in:
parent
de00c7575f
commit
18919115c1
|
@ -1,5 +1,9 @@
|
||||||
---
|
---
|
||||||
setup:
|
setup:
|
||||||
|
|
||||||
|
- do:
|
||||||
|
cluster.health:
|
||||||
|
wait_for_status: yellow
|
||||||
- do:
|
- do:
|
||||||
# Waits for the monitoring data index to be available:
|
# Waits for the monitoring data index to be available:
|
||||||
# it indicates that the local exporter is ready
|
# it indicates that the local exporter is ready
|
||||||
|
|
Loading…
Reference in New Issue