File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -126,6 +126,7 @@ jobs:
126126
127127
128128 go_test_smoke_essentials_db :
129+ if : false # Temporarily disabled - waiting on client fixes
129130 name : go test smoke essentials db
130131 needs : go_test_smoke_essentials_sub
131132 runs-on : ubuntu-latest
@@ -193,6 +194,17 @@ jobs:
193194 go-version-file : go.mod
194195 - run : EXECUTE_TESTS=true make testacc TESTARGS='-run="TestAcc(RedisCloudProDatabaseBlockPublicEndpoints|ActiveActiveSubscriptionDatabaseBlockPublicEndpoints)"'
195196
197+ go_test_smoke_qpf :
198+ name : go test smoke query performance factor
199+ needs : [ go_build ]
200+ runs-on : ubuntu-latest
201+ steps :
202+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
203+ - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
204+ with :
205+ go-version-file : go.mod
206+ - run : EXECUTE_TESTS=true make testacc TESTARGS='-run="TestAccResourceRedisCloudProDatabase_qpf"'
207+
196208 go_unit_test :
197209 name : go unit test
198210 needs : [go_build]
You can’t perform that action at this time.
0 commit comments