Commit 0c1927a 1 parent 1d452a9 commit 0c1927a Copy full SHA for 0c1927a
File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ func TestMain(m *testing.M) {
28
28
goleak .IgnoreTopFunction ("github.com/lestrrat-go/httprc.runFetchWorker" ),
29
29
goleak .IgnoreTopFunction ("go.etcd.io/etcd/client/pkg/v3/logutil.(*MergeLogger).outputLoop" ),
30
30
goleak .IgnoreTopFunction ("go.opencensus.io/stats/view.(*worker).start" ),
31
+ goleak .IgnoreTopFunction ("syscall.syscall" ),
31
32
}
32
33
goleak .VerifyTestMain (m , opts ... )
33
34
}
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ func TestMain(m *testing.M) {
40
40
goleak .IgnoreTopFunction ("go.etcd.io/etcd/client/pkg/v3/logutil.(*MergeLogger).outputLoop" ),
41
41
goleak .IgnoreTopFunction ("github.com/golang/glog.(*loggingT).flushDaemon" ),
42
42
goleak .IgnoreTopFunction ("github.com/lestrrat-go/httprc.runFetchWorker" ),
43
+ goleak .IgnoreTopFunction ("syscall.syscall" ),
43
44
}
44
45
45
46
goleak .VerifyTestMain (m , opts ... )
You can’t perform that action at this time.
0 commit comments