Re-enable VM tests (#10439)

* Rename test to add it back into the bucket

* Commit to cause retest
This commit is contained in:
Eric Van Norman 2021-10-21 15:53:47 -05:00 committed by GitHub
parent 61428d72a3
commit 91bf4c8e3e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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