mirror of
https://github.com/coder/coder.git
synced 2025-07-08 11:39:50 +00:00
skip TestCollectInsights (#10749)
This commit is contained in:
@ -31,6 +31,7 @@ import (
|
||||
|
||||
func TestCollectInsights(t *testing.T) {
|
||||
t.Parallel()
|
||||
t.Skip("https://github.com/coder/coder/issues/10599#issuecomment-1815954166")
|
||||
|
||||
logger := slogtest.Make(t, &slogtest.Options{IgnoreErrors: true})
|
||||
db, ps := dbtestutil.NewDB(t)
|
||||
|
Reference in New Issue
Block a user