Skip to content

Commit

Permalink
add link to the issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dineshg13 committed Jul 12, 2024
1 parent ea5ba3d commit 066b5a6
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ import (
)

func TestMain(m *testing.M) {
// We have to ignore seelog because of upstream issue
// https://github.com/cihub/seelog/issues/182
goleak.VerifyTestMain(m,
goleak.IgnoreAnyFunction("github.com/cihub/seelog.(*asyncLoopLogger).processQueue"),
)
Expand Down

0 comments on commit 066b5a6

Please sign in to comment.