We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 604aef4 commit ba548e2Copy full SHA for ba548e2
gleak/have_leaked_matcher.go
@@ -50,6 +50,7 @@ var standardFilters = []types.GomegaMatcher{
50
IgnoringTopFunction("github.com/onsi/ginkgo/internal/specrunner.(*SpecRunner).registerForInterrupts"),
51
IgnoringCreator("github.com/onsi/ginkgo/v2/internal.(*genericOutputInterceptor).ResumeIntercepting"),
52
IgnoringCreator("github.com/onsi/ginkgo/v2/internal.(*genericOutputInterceptor).ResumeIntercepting..."),
53
+ IgnoringCreator("github.com/onsi/ginkgo/v2/internal.RegisterForProgressSignal"),
54
55
// goroutines of Go's own testing package for its own workings...
56
IgnoringTopFunction("testing.RunTests [chan receive]"),
0 commit comments