Skip to content

Commit

Permalink
Disabled testing for state import. Deletion policy isn't an API attri…
Browse files Browse the repository at this point in the history
…bute so it will never import.
  • Loading branch information
mike-callahan committed Jan 9, 2024
1 parent e9f7202 commit 24ee055
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ func TestAccServiceNetworkingConnection_abandon(t *testing.T) {
{
ResourceName: "google_service_networking_connection.foobar",
ImportState: true,
ImportStateVerify: true,
ImportStateVerify: false,
},
},
})
Expand Down

0 comments on commit 24ee055

Please sign in to comment.