Merge pull request #127 from wneessen/126-sync-upstream-changes-to-netsmtp

Sync upstream changes to net/smtp
This commit is contained in:
Winni Neessen 2023-04-12 10:04:46 +02:00 committed by GitHub
commit 3a528f1d81
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1149,7 +1149,7 @@ QUIT
`
func TestTLSClient(t *testing.T) {
if runtime.GOOS == "freebsd" || runtime.GOOS == "js" {
if runtime.GOOS == "freebsd" || runtime.GOOS == "js" || runtime.GOOS == "wasip1" {
SkipFlaky(t, 19229)
}
ln := newLocalListener(t)