Skip to content

Commit ce5d3bf

Browse files
authored
Skipped additional dataproc gdc tests (#13905)
1 parent 6c34bbb commit ce5d3bf

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

mmv1/products/dataprocgdc/ServiceInstance.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ examples:
5757
project: "my-project"
5858
test_vars_overrides:
5959
'project': '"gdce-cluster-monitoring"'
60+
skip_test: https://github.com/hashicorp/terraform-provider-google/issues/21173
6061
properties:
6162
- name: gdceCluster
6263
type: NestedObject

mmv1/third_party/terraform/services/dataprocgdc/resource_dataproc_gdc_application_environment_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import (
99
)
1010

1111
func TestAccDataprocGdcApplicationEnvironment_update(t *testing.T) {
12+
t.Skip("https://github.com/hashicorp/terraform-provider-google/issues/20419")
1213
t.Parallel()
1314

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

0 commit comments

Comments
 (0)