Skip to content

Commit

Permalink
fix leak
Browse files Browse the repository at this point in the history
Signed-off-by: lance6716 <lance6716@gmail.com>
  • Loading branch information
lance6716 committed Feb 21, 2023
1 parent fbf2736 commit 5fcfe8e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions executor/loadremotetest/main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ func TestMain(m *testing.M) {
goleak.IgnoreTopFunction("go.opencensus.io/stats/view.(*worker).start"),
goleak.IgnoreTopFunction("internal/poll.runtime_pollWait"),
goleak.IgnoreTopFunction("net.(*netFD).connect.func2"),
goleak.IgnoreTopFunction("net/http.(*persistConn).writeLoop"),
}
goleak.VerifyTestMain(m, opts...)
}

0 comments on commit 5fcfe8e

Please sign in to comment.