Skip to content

Commit

Permalink
debug ci 5
Browse files Browse the repository at this point in the history
Signed-off-by: dongmen <[email protected]>
  • Loading branch information
asddongmen committed Dec 23, 2024
1 parent 726fb25 commit b0418cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/eventservice/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ func TestMain(m *testing.M) {
opts := []goleak.Option{
goleak.IgnoreTopFunction("github.com/pingcap/tiflow/pkg/workerpool.(*worker).run"),
goleak.IgnoreTopFunction("sync.runtime_Semacquire"),
goleak.IgnoreTopFunction("ginternal/poll.runtime_pollWait"),
goleak.IgnoreTopFunction("github.com/godbus/dbus.(*Conn).inWorker"),
}

leakutil.SetUpLeakTest(m, opts...)
Expand Down

0 comments on commit b0418cc

Please sign in to comment.