File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -149,18 +149,17 @@ jobs:
149149 go-version-file : go.mod
150150 - run : EXECUTE_TESTS=true make testacc TESTARGS='-run="TestAccResourceRedisCloud(PrivateServiceConnect_CRUDI|AclRule_CRUDI)"'
151151
152- # TODO: remove this after release
153- # qpf = query performance factor
154- go_test_smoke_qpf :
155- name : go test smoke qpf
152+ # all the aa datasource checks are included in the wider CRUDI test for aa subscriptions
153+ go_test_smoke_aa_datasource :
154+ name : go test smoke aa datasource
156155 needs : [ go_build ]
157156 runs-on : ubuntu-latest
158157 steps :
159158 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
160159 - uses : actions/setup-go@0aaccfd150d50ccaeb58ebd88d36e91967a5f35b # v5.4.0
161160 with :
162161 go-version-file : go.mod
163- - run : EXECUTE_TESTS=true make testacc TESTARGS='-run="TestAccResourceRedisCloudProDatabase_qpf.* "'
162+ - run : EXECUTE_TESTS=true make testacc TESTARGS='-run="TestAccResourceRedisCloudActiveActiveSubscription_CRUDI "'
164163
165164 tfproviderlint :
166165 name : tfproviderlint
You can’t perform that action at this time.
0 commit comments