Skip to content

Commit aca2543

Browse files
authored
tgc-revival: skip tests and fix later (#15207)
1 parent e9ffe5a commit aca2543

File tree

4 files changed

+6
-0
lines changed

4 files changed

+6
-0
lines changed

mmv1/products/networksecurity/GatewaySecurityPolicy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,15 @@ examples:
5858
primary_resource_id: 'default'
5959
vars:
6060
resource_name: 'my-gateway-security-policy'
61+
tgc_skip_test: 'It takes time to fix it.'
6162
- name: 'network_security_gateway_security_policy_tls_inspection_basic'
6263
primary_resource_id: 'default'
6364
vars:
6465
resource_name: 'my-gateway-security-policy'
6566
privateca_ca_tls_name: 'my-tls-inspection-policy'
6667
privateca_ca_pool_name: 'my-basic-ca-pool'
6768
privateca_certificate_authority_id: 'my-basic-certificate-authority'
69+
tgc_skip_test: 'It takes time to fix it.'
6870
parameters:
6971
- name: 'name'
7072
type: String

mmv1/products/networksecurity/GatewaySecurityPolicyRule.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,15 @@ examples:
5151
vars:
5252
gateway_security_policy_id: 'my-gateway-security-policy'
5353
resource_name: 'my-gateway-security-policy-rule'
54+
tgc_skip_test: 'It takes time to fix it.'
5455
- name: 'network_security_gateway_security_policy_rules_advanced'
5556
primary_resource_id: 'default'
5657
vars:
5758
gateway_security_policy_id: 'my-gateway-security-policy'
5859
resource_name: 'my-gateway-security-policy-rule'
5960
tgc_test_ignore_extra:
6061
- 'tls_inspection_enabled' # Ignore its false value in Terraform configuration
62+
tgc_skip_test: 'It takes time to fix it.'
6163
parameters:
6264
- name: 'name'
6365
type: String

mmv1/products/networksecurity/TlsInspectionPolicy.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ examples:
5252
resource_name: 'my-tls-inspection-policy'
5353
privateca_ca_pool_name: 'my-basic-ca-pool'
5454
privateca_certificate_authority_id: 'my-basic-certificate-authority'
55+
tgc_skip_test: 'It takes time to fix it.'
5556
- name: 'network_security_tls_inspection_policy_custom'
5657
primary_resource_id: 'default'
5758
min_version: 'beta'

mmv1/products/networksecurity/UrlLists.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ examples:
5151
primary_resource_id: 'default'
5252
vars:
5353
resource_name: 'my-url-lists'
54+
tgc_skip_test: 'It takes time to fix it.'
5455
- name: 'network_security_url_lists_advanced'
5556
primary_resource_id: 'default'
5657
vars:

0 commit comments

Comments
 (0)