mirror of
https://github.com/wneessen/go-mail.git
synced 2024-11-09 15:32:54 +01:00
Merge pull request #127 from wneessen/126-sync-upstream-changes-to-netsmtp
Sync upstream changes to net/smtp
This commit is contained in:
commit
3a528f1d81
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