Skip to content

Commit

Permalink
Skip acceptance test errors like 'Error creating License Manager lice…
Browse files Browse the repository at this point in the history
…nse configuration: ResourceLimitExceededException: You have reached the maximum allowed number of license configurations created in one day.'.
  • Loading branch information
ewbankkit committed Nov 3, 2021
1 parent 5cf09ad commit 9dd8cbe
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/service/ec2/instance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ func testAccErrorCheckSkipEC2(t *testing.T) resource.ErrorCheckFunc {
return acctest.ErrorCheckSkipMessagesContaining(t,
"VolumeTypeNotAvailableInRegion",
"Invalid value specified for Phase",
"You have reached the maximum allowed number of license configurations created in one day",
)
}

Expand Down

0 comments on commit 9dd8cbe

Please sign in to comment.