File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
google-beta/services/vertexai Expand file tree Collapse file tree 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 (
1313)
1414
1515func TestAccVertexAIEndpointIamBinding (t * testing.T ) {
16- t .Parallel ()
16+ // t.Parallel()
17+ // See https://github.com/hashicorp/terraform-provider-google/issues/18932
1718
1819 context := map [string ]interface {}{
1920 "random_suffix" : acctest .RandString (t , 10 ),
@@ -48,7 +49,7 @@ func TestAccVertexAIEndpointIamBinding(t *testing.T) {
4849}
4950
5051func TestAccVertexAIEndpointIamMember (t * testing.T ) {
51- t .Parallel ()
52+ // t.Parallel()
5253
5354 context := map [string ]interface {}{
5455 "random_suffix" : acctest .RandString (t , 10 ),
@@ -74,7 +75,7 @@ func TestAccVertexAIEndpointIamMember(t *testing.T) {
7475}
7576
7677func TestAccVertexAIEndpointIamPolicy (t * testing.T ) {
77- t .Parallel ()
78+ // t.Parallel()
7879
7980 context := map [string ]interface {}{
8081 "random_suffix" : acctest .RandString (t , 10 ),
You can’t perform that action at this time.
0 commit comments