Skip to content

Commit

Permalink
try to avoid unnecessary retry
Browse files Browse the repository at this point in the history
  • Loading branch information
lonegunmanb committed Jan 13, 2023
1 parent 1d2f138 commit 2db9ef1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion e2etest.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,5 @@ func removeLogger(option terraform.Options) *terraform.Options {

func retryableOptions(t *testing.T, options terraform.Options) terraform.Options {
result := terraform.WithDefaultRetryableErrors(t, &options)
result.RetryableTerraformErrors[".*Please try again.*"] = "Service side suggest retry."
return *result
}

0 comments on commit 2db9ef1

Please sign in to comment.