Skip to content

Commit c240e71

Browse files
committed
WillUsePostgres
1 parent d0ce0a0 commit c240e71

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

coderd/notifications/notifications_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -520,6 +520,10 @@ func TestInvalidConfig(t *testing.T) {
520520
func TestNotifierPaused(t *testing.T) {
521521
t.Parallel()
522522

523+
if !dbtestutil.WillUsePostgres() {
524+
t.Skip("This test requires postgres")
525+
}
526+
523527
ctx, logger, db := setup(t)
524528

525529
// Mock server to simulate webhook endpoint.

0 commit comments

Comments
 (0)