[release-branch.go1.3] net: temporarily skip TestAcceptIgnoreSomeErrors

««« CL 138120043 / 9a36c3ea7015
net: temporarily skip TestAcceptIgnoreSomeErrors

Update #8662

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/138120043

»»»

LGTM=dsymonds
R=dsymonds
CC=golang-codereviews
https://golang.org/cl/149200043
This commit is contained in:
Andrew Gerrand 2014-09-29 13:49:37 +10:00 committed by Brad Fitzpatrick
parent 370a9c9c0e
commit 3fa6b988e0

View file

@ -16,6 +16,8 @@ import (
)
func TestAcceptIgnoreSomeErrors(t *testing.T) {
t.Skip("skipping temporarily, see issue 8662")
recv := func(ln Listener) (string, error) {
c, err := ln.Accept()
if err != nil {