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