Skip to content

Commit 92d3880

Browse files
Remove parallel runs for vertex_endpoint_iam tests (#12009) (#8419)
[upstream:3108f691db6404ed1d3afa0672f48916115579e6] Signed-off-by: Modular Magician <[email protected]>
1 parent ecc79f0 commit 92d3880

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

.changelog/12009.txt

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
```release-note:none
2+
3+
```

google-beta/services/vertexai/iam_vertex_endpoint_test.go

+4-3
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ import (
1313
)
1414

1515
func 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

5051
func 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

7677
func TestAccVertexAIEndpointIamPolicy(t *testing.T) {
77-
t.Parallel()
78+
// t.Parallel()
7879

7980
context := map[string]interface{}{
8081
"random_suffix": acctest.RandString(t, 10),

0 commit comments

Comments
 (0)