We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3ae2f0 commit 451e983Copy full SHA for 451e983
coderd/database/dbpurge/dbpurge_test.go
@@ -41,6 +41,9 @@ func TestMain(m *testing.M) {
41
//
42
//nolint:paralleltest // It uses LockIDDBPurge.
43
func TestPurge(t *testing.T) {
44
+ if !dbtestutil.WillUsePostgres() {
45
+ t.Skip("requires postgres")
46
+ }
47
ctx, cancel := context.WithTimeout(context.Background(), testutil.WaitShort)
48
defer cancel()
49
0 commit comments