Fix syntax error so route table tests always try to clean up (#35663)

* Always try to clean up after route table tests

* Wait for a new VPC a chance to become available before attempting to get its current state
This commit is contained in:
Sloane Hertel
2018-02-02 15:38:47 -05:00
committed by GitHub
parent 4faad64579
commit 7917e3c988
2 changed files with 6 additions and 1 deletions

View File

@@ -545,7 +545,7 @@
- recreate_private_table.changed
- recreate_private_table.route_table.id != create_public_table.route_table.id
- always:
always:
#############################################################################
# TEAR DOWN STARTS HERE
#############################################################################