Skip to content

Commit

Permalink
skip TestAccComputeInstanceNetworkIntefaceWithSecurityPolicy in VCR (G…
Browse files Browse the repository at this point in the history
  • Loading branch information
c2thorn authored and vijaykanthm committed Jul 22, 2024
1 parent 62c504a commit a20ed0a
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3151,6 +3151,8 @@ func TestAccComputeInstance_proactiveAttributionLabel(t *testing.T) {
// The tests related to security_policy use network_edge_security_service resource
// which can only exist one per region. Because of that, all the following tests must run serially.
func TestAccComputeInstanceNetworkIntefaceWithSecurityPolicy(t *testing.T) {
// Consistently failing - https://github.com/hashicorp/terraform-provider-google/issues/17838
acctest.SkipIfVcr(t)
testCases := map[string]func(t *testing.T){
"two_access_config": testAccComputeInstance_nic_securityPolicyCreateWithTwoAccessConfigs,
"two_nics_access_config_with_empty_nil_security_policy": testAccComputeInstance_nic_securityPolicyCreateWithEmptyAndNullSecurityPolicies,
Expand Down

0 comments on commit a20ed0a

Please sign in to comment.