Skip to content

Commit 195761d

Browse files
authored
tgc-revival: skip TestAccComputeSubnetwork tests (#15630)
1 parent af16540 commit 195761d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

mmv1/products/compute/Subnetwork.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ examples:
111111
vars:
112112
subnetwork_name: 'internal-ipv6-test-subnetwork'
113113
network_name: 'internal-ipv6-test-network'
114+
tgc_skip_test: 'internalIpv6Prefix is changed to C + O, but TGC uses latest provider version to run tests and does not have this change.'
114115
- name: 'subnetwork_purpose_private_nat'
115116
primary_resource_id: 'subnetwork-purpose-private-nat'
116117
min_version: 'beta'
@@ -143,6 +144,7 @@ examples:
143144
vars:
144145
subnetwork_name: 'subnet-ipv6-only'
145146
network_name: 'network-ipv6-only'
147+
tgc_skip_test: 'internalIpv6Prefix is changed to C + O, but TGC uses latest provider version to run tests and does not have this change.'
146148
- name: 'subnetwork_with_subnet_mode_pdp'
147149
primary_resource_id: 'subnetwork-with-subnet-mode-pdp'
148150
exclude_docs: true
@@ -161,6 +163,7 @@ examples:
161163
ip_collection_url: '"projects/tf-static-byoip/regions/us-central1/publicDelegatedPrefixes/internal-ipv6-subnet-mode-test-sub-pdp"'
162164
test_vars_overrides:
163165
ip_collection_url: '"projects/tf-static-byoip/regions/us-central1/publicDelegatedPrefixes/internal-ipv6-subnet-mode-test-sub-pdp"'
166+
tgc_skip_test: 'internalIpv6Prefix is changed to C + O, but TGC uses latest provider version to run tests and does not have this change.'
164167
- name: 'subnetwork_with_internal_subnet_mode_pdp_explicit_ip_prefix'
165168
primary_resource_id: 'subnetwork-with-internal-subnet-mode-pdp-explicit-ip-prefix'
166169
exclude_docs: true
@@ -172,6 +175,7 @@ examples:
172175
test_vars_overrides:
173176
internal_ipv6_prefix: 'fmt.Sprintf("2001:db8:1:%d::/64", acctest.RandIntRange(t, 0, 9999))'
174177
ip_collection_url: '"projects/tf-static-byoip/regions/us-central1/publicDelegatedPrefixes/internal-ipv6-subnet-mode-test-sub-pdp-explicit-prefix"'
178+
tgc_skip_test: 'internalIpv6Prefix is changed to C + O, but TGC uses latest provider version to run tests and does not have this change.'
175179
- name: 'subnetwork_ipv6_only_external'
176180
primary_resource_id: 'subnetwork-ipv6-only'
177181
exclude_docs: true

0 commit comments

Comments
 (0)