mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-05-09 17:55:10 -04:00
Remove checks for leaking flushDaemon
This commit is contained in:
parent
d83bc8727b
commit
7614c53142
9 changed files with 4 additions and 25 deletions
|
@ -15,10 +15,7 @@ import (
|
|||
)
|
||||
|
||||
func TestMain(m *testing.M) {
|
||||
goleak.VerifyTestMain(m,
|
||||
// https://github.com/kubernetes/klog/issues/282, https://github.com/kubernetes/klog/issues/188
|
||||
goleak.IgnoreTopFunction("k8s.io/klog/v2.(*loggingT).flushDaemon"),
|
||||
)
|
||||
goleak.VerifyTestMain(m)
|
||||
}
|
||||
|
||||
type stubClusterUtil struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue