]> Cypherpunks repositories - gostls13.git/commit
[release-branch.go1.18] net: skip TestDialCancel on darwin-arm64
authorHeschi Kreinick <heschi@google.com>
Tue, 26 Apr 2022 16:34:35 +0000 (12:34 -0400)
committerDmitri Shuralyov <dmitshur@golang.org>
Mon, 9 May 2022 21:42:12 +0000 (21:42 +0000)
commitb2b4b9e015998bd1a0b9ab3d5a5d5138951a3bf5
tree131359f5f98d44e7a32c7cea62bda06baf4bfcff
parent45568433edcea7e7691de93e4de32cbf87d0eeca
[release-branch.go1.18] 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.
Fixes #52706.

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>
(cherry picked from commit 06b0a655a1f46abab2e3c173259ad184b557dd89)
Reviewed-on: https://go-review.googlesource.com/c/go/+/405294
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Heschi Kreinick <heschi@google.com>
src/net/dial_test.go