Commit 0f9b6aff authored by Alex Brainman's avatar Alex Brainman Committed by Brad Fitzpatrick

net: temporarily skip TestAcceptIgnoreSomeErrors

Update #8662

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/138120043
parent 8217b4a2
......@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment