diff --git a/client/pkg/testutil/leak.go b/client/pkg/testutil/leak.go index bf5aecd62..185b8b7ad 100644 --- a/client/pkg/testutil/leak.go +++ b/client/pkg/testutil/leak.go @@ -155,6 +155,7 @@ func interestingGoroutines() (gs []string) { "rcrypto/internal/boring.(*PublicKeyRSA).finalize", "net.(*netFD).Close(", "testing.(*T).Run", + "crypto/tls.(*certCache).evict", } for _, msg := range uninterestingMsgs { if strings.Contains(stack, msg) {