File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 50
50
func TestMain (m * testing.M ) {
51
51
// pion/ice doesn't properly close immediately. The solution for this isn't yet known. See:
52
52
// https://github.com/pion/ice/pull/413
53
- goleak .VerifyTestMain (m , goleak .IgnoreTopFunction ("github.com/pion/ice/v2.(*Agent).startOnConnectionStateChangeRoutine.func1 " ))
53
+ goleak .VerifyTestMain (m ,
54
+ goleak .IgnoreTopFunction ("github.com/pion/ice/v2.(*Agent).startOnConnectionStateChangeRoutine.func1" ),
55
+ goleak .IgnoreTopFunction ("github.com/pion/ice/v2.(*Agent).startOnConnectionStateChangeRoutine.func2" ),
56
+ goleak .IgnoreTopFunction ("github.com/pion/ice/v2.(*Agent).taskLoop" ),
57
+ goleak .IgnoreTopFunction ("internal/poll.runtime_pollWait" ),
58
+ )
54
59
}
55
60
56
61
func TestConn (t * testing.T ) {
You can’t perform that action at this time.
0 commit comments