Skip to content

Commit fd399d4

Browse files
Skip TestAccNetworkSecurityGatewaySecurityPolicyRule_multiple before the underly issue is fixed (#13620) (#9760)
[upstream:3fdc991a1d11ea753f764ec8d8d57e57dc3fd8d4] Signed-off-by: Modular Magician <[email protected]>
1 parent cbaa718 commit fd399d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: google-beta/services/networksecurity/resource_network_security_gateway_security_policy_rule_test.go

+2
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ func TestAccNetworkSecurityGatewaySecurityPolicyRule_update(t *testing.T) {
5151
}
5252

5353
func TestAccNetworkSecurityGatewaySecurityPolicyRule_multiple(t *testing.T) {
54+
// Skip for now to avoid leaking resources until the fix for b/400293188 rolls out
55+
t.Skip()
5456
t.Parallel()
5557

5658
context := map[string]interface{}{

0 commit comments

Comments
 (0)