mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-22 05:40:50 +01:00
#126: sync upstream changes to net/smtp
Related: https://github.com/golang/go/issues/58141 Resolves #126
This commit is contained in:
parent
89fd5dfa06
commit
912797c782
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue