Skip to content

Commit 6b37aa5

Browse files
committed
test: removing cloud account basic in parallel tests as it conflicts with other tests
1 parent ad1126c commit 6b37aa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/terraform_provider.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ jobs:
151151
- uses: actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
152152
with:
153153
go-version-file: go.mod
154-
- run: EXECUTE_TESTS=true make testacc TESTARGS='-run="TestAccResourceRedisCloud(PrivateServiceConnect_CRUDI|AclRule_CRUDI|CloudAccount_basic)"'
154+
- run: EXECUTE_TESTS=true make testacc TESTARGS='-run="TestAccResourceRedisCloud(PrivateServiceConnect_CRUDI|AclRule_CRUDI)"'
155155

156156
# go_test_databases:
157157
# name: go test Databases

0 commit comments

Comments
 (0)