diff --git a/internal/worker/worker_test.go b/internal/worker/worker_test.go index abcf9c012f..68a9d22002 100644 --- a/internal/worker/worker_test.go +++ b/internal/worker/worker_test.go @@ -32,13 +32,6 @@ import ( "go.uber.org/goleak" ) -var ( - // Goroutine leak is detected by `fastime`, but it should be ignored in the test because it is an external package. - goleakIgnoreOptions = []goleak.Option{ - goleak.IgnoreTopFunction("github.com/kpango/fastime.(*Fastime).StartTimerD.func1"), - } -) - func TestNew(t *testing.T) { type args struct { opts []WorkerOption