We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent16be03b commit4304a06Copy full SHA for 4304a06
coderd/workspacebuilds_test.go
@@ -1208,6 +1208,9 @@ func TestPostWorkspaceBuild(t *testing.T) {
1208
1209
t.Run("NoProvisionersAvailable",func(t*testing.T) {
1210
t.Parallel()
1211
+if!dbtestutil.WillUsePostgres() {
1212
+t.Skip("this test requires postgres")
1213
+}
1214
// Given: a coderd instance with a provisioner daemon
1215
store,ps,db:=dbtestutil.NewDBWithSQLDB(t)
1216
client,closeDaemon:=coderdtest.NewWithProvisionerCloser(t,&coderdtest.Options{
@@ -1249,6 +1252,9 @@ func TestPostWorkspaceBuild(t *testing.T) {
1249
1252
1250
1253
t.Run("AllProvisionersStale",func(t*testing.T) {
1251
1254
1255
1256
1257
1258
1259
1260