Skip to content

Commit

Permalink
fix(example/vmseries_standalone): Resolve problem with unstable VM-Se…
Browse files Browse the repository at this point in the history
…ries standalone example tests (#69)
  • Loading branch information
sebastianczech authored Aug 29, 2024
1 parent c17d667 commit 60593ca
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/vmseries_standalone/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ func CreateTerraformOptions(t *testing.T, varFiles []string) *terraform.Options
SetVarsAfterVarFiles: true,
})

terraformOptions.RetryableTerraformErrors[".*The specified key does not exist.*"] = "Solution for problem with listing tags for S3 - HTTPS response error 404 returned while getting S3 object tags"
terraformOptions.RetryableTerraformErrors[".*couldn't find resource.*"] = "Solution for problem with reading objects from S3 - couldn't find resource while reading S3 object"

return terraformOptions
}

Expand Down

0 comments on commit 60593ca

Please sign in to comment.