File tree 2 files changed +7
-3
lines changed
google-beta/services/vertexai
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change
1
+ ```release-note:none
2
+
3
+ ```
Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ import (
13
13
)
14
14
15
15
func TestAccVertexAIEndpointIamBinding (t * testing.T ) {
16
- t .Parallel ()
16
+ // t.Parallel()
17
+ // See https://github.com/hashicorp/terraform-provider-google/issues/18932
17
18
18
19
context := map [string ]interface {}{
19
20
"random_suffix" : acctest .RandString (t , 10 ),
@@ -48,7 +49,7 @@ func TestAccVertexAIEndpointIamBinding(t *testing.T) {
48
49
}
49
50
50
51
func TestAccVertexAIEndpointIamMember (t * testing.T ) {
51
- t .Parallel ()
52
+ // t.Parallel()
52
53
53
54
context := map [string ]interface {}{
54
55
"random_suffix" : acctest .RandString (t , 10 ),
@@ -74,7 +75,7 @@ func TestAccVertexAIEndpointIamMember(t *testing.T) {
74
75
}
75
76
76
77
func TestAccVertexAIEndpointIamPolicy (t * testing.T ) {
77
- t .Parallel ()
78
+ // t.Parallel()
78
79
79
80
context := map [string ]interface {}{
80
81
"random_suffix" : acctest .RandString (t , 10 ),
You can’t perform that action at this time.
0 commit comments