Skip to content

Commit

Permalink
Skip vmwareengine tests due to internal errors (#12603)
Browse files Browse the repository at this point in the history
  • Loading branch information
slevenick authored Dec 18, 2024
1 parent 0052688 commit a9e4dd8
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mmv1/products/vmwareengine/Network.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ custom_code:
exclude_sweeper: true
examples:
- name: 'vmware_engine_network_standard'
skip_test: https://github.com/hashicorp/terraform-provider-google/issues/20719
primary_resource_id: 'vmw-engine-network'
- name: 'vmware_engine_network_legacy'
skip_test: https://github.com/hashicorp/terraform-provider-google/issues/20719
primary_resource_id: 'vmw-engine-network'
vars:
proj_id: 'vmw-proj'
Expand Down
2 changes: 2 additions & 0 deletions mmv1/products/vmwareengine/NetworkPolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,15 @@ async:
custom_code:
examples:
- name: 'vmware_engine_network_policy_basic'
skip_test: https://github.com/hashicorp/terraform-provider-google/issues/20719
primary_resource_id: 'vmw-engine-network-policy'
vars:
network_name: 'sample-network'
network_policy_name: 'sample-network-policy'
test_env_vars:
region: 'REGION'
- name: 'vmware_engine_network_policy_full'
skip_test: https://github.com/hashicorp/terraform-provider-google/issues/20719
primary_resource_id: 'vmw-engine-network-policy'
vars:
network_name: 'sample-network'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ import (
)

func TestAccVmwareengineCluster_vmwareEngineClusterUpdate(t *testing.T) {
t.Skip("https://github.com/hashicorp/terraform-provider-google/issues/20719")
acctest.SkipIfVcr(t)
t.Parallel()

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import (
)

func TestAccVmwareengineExternalAddress_vmwareEngineExternalAddressUpdate(t *testing.T) {
t.Skip("https://github.com/hashicorp/terraform-provider-google/issues/20719")
t.Parallel()

context := map[string]interface{}{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import (
)

func TestAccVmwareengineNetworkPeering_update(t *testing.T) {
t.Skip("https://github.com/hashicorp/terraform-provider-google/issues/20719")
t.Parallel()

context := map[string]interface{}{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import (
)

func TestAccVmwareengineNetworkPolicy_update(t *testing.T) {
t.Skip("https://github.com/hashicorp/terraform-provider-google/issues/20719")
t.Parallel()

context := map[string]interface{}{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ import (
)

func TestAccVmwareenginePrivateCloud_vmwareEnginePrivateCloudUpdate(t *testing.T) {
t.Skip("https://github.com/hashicorp/terraform-provider-google/issues/20719")
acctest.SkipIfVcr(t)
t.Parallel()

Expand Down

0 comments on commit a9e4dd8

Please sign in to comment.