Skip to content

Commit 3415189

Browse files
TestAccGrafanaServiceAccountFromCloud_AssignRoleOrPermissions: Not parallel (#1557)
Stacks from other tests are conflicting I only ever ran this test on its own
1 parent e9d4b45 commit 3415189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/resources/cloud/resource_cloud_stack_service_account_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ func TestAccGrafanaServiceAccountFromCloud_AssignRoleOrPermissions(t *testing.T)
6868
prefix := "tfsatest"
6969
slug := GetRandomStackName(prefix)
7070

71-
resource.ParallelTest(t, resource.TestCase{
71+
resource.Test(t, resource.TestCase{
7272
PreCheck: func() {
7373
testAccDeleteExistingStacks(t, prefix)
7474
},

0 commit comments

Comments
 (0)