diff --git a/pkg/store/main_test.go b/pkg/store/main_test.go index 566413cf9f..ac02fda468 100644 --- a/pkg/store/main_test.go +++ b/pkg/store/main_test.go @@ -24,6 +24,7 @@ import ( func TestMain(m *testing.M) { testsetup.SetupForCommonTest() opts := []goleak.Option{ + goleak.IgnoreTopFunction("syscall.Syscall"), goleak.IgnoreTopFunction("github.com/golang/glog.(*fileSink).flushDaemon"), goleak.IgnoreTopFunction("github.com/bazelbuild/rules_go/go/tools/bzltestutil.RegisterTimeoutHandler.func1"), goleak.IgnoreTopFunction("github.com/lestrrat-go/httprc.runFetchWorker"),