Skip to content

Commit

Permalink
Skip TestAccResourceInstance_requestQuantity (#1575)
Browse files Browse the repository at this point in the history
  • Loading branch information
zliang-akamai authored Sep 10, 2024
1 parent b063cde commit 8d6ce41
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions linode/instance/resource_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2099,6 +2099,7 @@ func TestAccResourceInstance_userData(t *testing.T) {
}

func TestAccResourceInstance_requestQuantity(t *testing.T) {
t.Skip("firewall no longer available in old test provider")
t.Parallel()

const maxRequestsPerSecond = 3.0
Expand Down Expand Up @@ -2619,9 +2620,6 @@ func checkInstancePrivateNetworkAttributes(n string) resource.TestCheckFunc {
}

client := acceptance.TestAccProvider.Meta().(*helper.ProviderMeta).Client
if err != nil {
return err
}

instanceIPs, err := client.GetInstanceIPAddresses(context.Background(), id)
if err != nil {
Expand Down

0 comments on commit 8d6ce41

Please sign in to comment.