]> Cypherpunks repositories - gostls13.git/commit
net/smtp: skip TestTLSSClient on all freebsd platforms
authorBryan C. Mills <bcmills@google.com>
Tue, 7 Dec 2021 22:32:55 +0000 (17:32 -0500)
committerBryan Mills <bcmills@google.com>
Wed, 8 Dec 2021 15:34:19 +0000 (15:34 +0000)
commit3042ba34db86853c7035046716c4a00b2dbef2ed
tree74bce2cff6e011f843abd52f5224a9d964f752ea
parent2c85fcd47d6804d94a1fa4da65f756200ecf57a8
net/smtp: skip TestTLSSClient on all freebsd platforms

This test seems like it needs attention from a TLS and/or FreeBSD
expert. In the meantime, it needs to stop causing noise on the build
dashboard.

For #19229

Change-Id: If7e9e3533ae7cb29006a670c3e9df90512dcf9f2
Reviewed-on: https://go-review.googlesource.com/c/go/+/370137
Trust: Bryan Mills <bcmills@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/net/smtp/smtp_test.go