skip TestCollectInsights (#10749)

This commit is contained in:
Marcin Tojek 2023-11-17 10:57:53 +01:00 committed by GitHub
parent 3dd35e019b
commit fc249fab1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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)