Skip to content

Commit 3166a42

Browse files
fix: fix get-presets-backoff test
1 parent f747db0 commit 3166a42

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

coderd/database/querier_test.go

+4
Original file line numberDiff line numberDiff line change
@@ -3587,6 +3587,10 @@ func TestOrganizationDeleteTrigger(t *testing.T) {
35873587

35883588
func TestGetPresetsBackoff(t *testing.T) {
35893589
t.Parallel()
3590+
if !dbtestutil.WillUsePostgres() {
3591+
t.SkipNow()
3592+
}
3593+
35903594
type extTmplVersion struct {
35913595
database.TemplateVersion
35923596
preset database.TemplateVersionPreset

0 commit comments

Comments
 (0)