mirror of https://github.com/istio/istio.io.git
Re-enable VM tests (#10439)
* Rename test to add it back into the bucket * Commit to cause retest
This commit is contained in:
parent
61428d72a3
commit
91bf4c8e3e
|
@ -64,7 +64,7 @@ run_in_vm "
|
|||
|
||||
# We do not have systemd, need to start mysql manually
|
||||
docker exec --privileged -d vm mysqld --skip-grant-tables
|
||||
# Wait for mysql to be ready
|
||||
# Wait for mysql to become ready
|
||||
run_in_vm "while ! sudo mysql 2> /dev/null; do echo retrying mysql...; sleep 5; done"
|
||||
|
||||
run_in_vm snip_running_mysql_on_the_vm_3
|
Loading…
Reference in New Issue