Skip to content

Commit ba548e2

Browse files
committedSep 10, 2022
ignore new Ginkgo ProgressSignal goroutine in gleak
1 parent 604aef4 commit ba548e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎gleak/have_leaked_matcher.go

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ var standardFilters = []types.GomegaMatcher{
5050
IgnoringTopFunction("github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).registerForInterrupts"),
5151
IgnoringCreator("github.com/onsi/ginkgo/v2/internal.(*genericOutputInterceptor).ResumeIntercepting"),
5252
IgnoringCreator("github.com/onsi/ginkgo/v2/internal.(*genericOutputInterceptor).ResumeIntercepting..."),
53+
IgnoringCreator("github.com/onsi/ginkgo/v2/internal.RegisterForProgressSignal"),
5354

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

0 commit comments

Comments
 (0)
Please sign in to comment.