Skip to content

Commit 6fe7345

Browse files
committed
non parallel test
1 parent d77b328 commit 6fe7345

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/service/encryptionatrestprivateendpoint/resource_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ func TestAccEncryptionAtRestPrivateEndpoint_createTimeoutWithDeleteOnCreate(t *t
4141
// Create encryption at rest configuration outside of test configuration to avoid cleanup issues
4242
projectID = acc.EncryptionAtRestExecution(t)
4343
)
44-
resource.ParallelTest(t, resource.TestCase{
44+
resource.Test(t, resource.TestCase{
4545
PreCheck: func() { acc.PreCheckEncryptionAtRestEnvAWS(t) },
4646
ProtoV6ProviderFactories: acc.TestAccProviderV6Factories,
4747
Steps: []resource.TestStep{

0 commit comments

Comments
 (0)