mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-07-27 09:15:22 -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
|
@ -9,10 +9,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)
|
||||
}
|
||||
|
||||
func TestInitConfiguration(t *testing.T) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue