Skip to content

Commit ceb64a0

Browse files
committed
chore: remove unnecessary postgres requirement
Signed-off-by: Danny Kopping <dannykopping@gmail.com>
1 parent 9cc5049 commit ceb64a0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

enterprise/coderd/prebuilds/metricscollector_test.go

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -305,10 +305,6 @@ func TestMetricsCollector(t *testing.T) {
305305
func TestMetricsCollector_DuplicateTemplateNames(t *testing.T) {
306306
t.Parallel()
307307

308-
if !dbtestutil.WillUsePostgres() {
309-
t.Skip("this test requires postgres")
310-
}
311-
312308
type metricCheck struct {
313309
name string
314310
value *float64

0 commit comments

Comments
 (0)