Skip to content

Commit

Permalink
ignore new Ginkgo ProgressSignal goroutine in gleak
Browse files Browse the repository at this point in the history
  • Loading branch information
onsi committed Sep 10, 2022
1 parent 604aef4 commit ba548e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gleak/have_leaked_matcher.go
Expand Up @@ -50,6 +50,7 @@ var standardFilters = []types.GomegaMatcher{
IgnoringTopFunction("github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).registerForInterrupts"),
IgnoringCreator("github.com/onsi/ginkgo/v2/internal.(*genericOutputInterceptor).ResumeIntercepting"),
IgnoringCreator("github.com/onsi/ginkgo/v2/internal.(*genericOutputInterceptor).ResumeIntercepting..."),
IgnoringCreator("github.com/onsi/ginkgo/v2/internal.RegisterForProgressSignal"),

// goroutines of Go's own testing package for its own workings...
IgnoringTopFunction("testing.RunTests [chan receive]"),
Expand Down

0 comments on commit ba548e2

Please sign in to comment.