Skip to content

Commit 7dfbd29

Browse files
committed
remove WillUsePostgres
1 parent 2522366 commit 7dfbd29

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

coderd/notifications/notifications_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -517,10 +517,6 @@ func TestInvalidConfig(t *testing.T) {
517517
func TestNotifierPaused(t *testing.T) {
518518
t.Parallel()
519519

520-
if !dbtestutil.WillUsePostgres() {
521-
t.Skip("This test requires postgres")
522-
}
523-
524520
ctx, logger, db := setup(t)
525521

526522
// Mock server to simulate webhook endpoint.

0 commit comments

Comments
 (0)