#!watchflakes
default <- pkg == "crypto/tls" && test == "TestVerifyCertificates/TLSv13/InsecureSkipVerify"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestVerifyCertificates/TLSv13/InsecureSkipVerify
=== PAUSE TestVerifyCertificates/TLSv13/InsecureSkipVerify
=== CONT  TestVerifyCertificates/TLSv13/InsecureSkipVerify
    handshake_test.go:495: failed to call cli.Close: close tcp 127.0.0.1:23059->127.0.0.1:11489: connection reset by peer
--- FAIL: TestVerifyCertificates/TLSv13/InsecureSkipVerify (0.05s)

watchflakes

Comment From: gopherbot

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "crypto/tls" && test == "TestVerifyCertificates/TLSv13/InsecureSkipVerify"
2024-07-01 13:41 gotip-freebsd-riscv64 go@c33144c4 crypto/tls.TestVerifyCertificates/TLSv13/InsecureSkipVerify (log) === RUN TestVerifyCertificates/TLSv13/InsecureSkipVerify === PAUSE TestVerifyCertificates/TLSv13/InsecureSkipVerify === CONT TestVerifyCertificates/TLSv13/InsecureSkipVerify handshake_test.go:495: failed to call cli.Close: close tcp 127.0.0.1:23059->127.0.0.1:11489: connection reset by peer --- FAIL: TestVerifyCertificates/TLSv13/InsecureSkipVerify (0.05s)

watchflakes

Comment From: function-gy

There are problems. There are no problems with the old version

Comment From: FiloSottile

Duplicate of #68155