]> Cypherpunks repositories - gostls13.git/commit
net: skip TestDialCancel on darwin-arm64
authorHeschi Kreinick <heschi@google.com>
Tue, 26 Apr 2022 16:34:35 +0000 (12:34 -0400)
committerGopher Robot <gobot@golang.org>
Tue, 26 Apr 2022 17:50:49 +0000 (17:50 +0000)
commit06b0a655a1f46abab2e3c173259ad184b557dd89
tree5297d31e8206133d239c49cb06fcda2bab37e48c
parente35763469a5a800b7140a632f020bf2659b53e94
net: skip TestDialCancel on darwin-arm64

We're turning up Macs in a network environment that clashes with this
test. I don't think it's critical to get it working, so skip it.

For #49149.

Change-Id: I925e3ecc5356c4cefd208bdcff3d98021215d0b4
Reviewed-on: https://go-review.googlesource.com/c/go/+/402181
Reviewed-by: Alex Rakoczy <alex@golang.org>
Run-TryBot: Heschi Kreinick <heschi@google.com>
Auto-Submit: Heschi Kreinick <heschi@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
src/net/dial_test.go