mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
net: disable TestDialMultiFDLeak
It fails about 25% of the time on OS X. I don't know what it's trying to do. Created issue 8764 to correct this, but for now disable. LGTM=bradfitz, mikioh.mikioh R=bradfitz, mikioh.mikioh CC=golang-codereviews https://golang.org/cl/144070044
This commit is contained in:
parent
dfd4123edc
commit
76c7548162
1 changed files with 2 additions and 0 deletions
|
|
@ -339,6 +339,8 @@ func numTCP() (ntcp, nopen, nclose int, err error) {
|
|||
}
|
||||
|
||||
func TestDialMultiFDLeak(t *testing.T) {
|
||||
t.Skip("flaky test - golang.org/issue/8764")
|
||||
|
||||
if !supportsIPv4 || !supportsIPv6 {
|
||||
t.Skip("neither ipv4 nor ipv6 is supported")
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue