Skip to content

Commit fc249fa

Browse files
authored
skip TestCollectInsights (coder#10749)
1 parent 3dd35e0 commit fc249fa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coderd/prometheusmetrics/insights/metricscollector_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ import (
3131

3232
func TestCollectInsights(t *testing.T) {
3333
t.Parallel()
34+
t.Skip("https://github.com/coder/coder/issues/10599#issuecomment-1815954166")
3435

3536
logger := slogtest.Make(t, &slogtest.Options{IgnoreErrors: true})
3637
db, ps := dbtestutil.NewDB(t)

0 commit comments

Comments
 (0)