Commit c3559f16 authored by Alex Brainman's avatar Alex Brainman

net: do not skip TestAcceptIgnoreSomeErrors

No code changes, but the test passes here.
And TryBots are happy.

Fixes #8662 maybe

Change-Id: Id37380f72a951c9ad7cf96c0db153c05167e62ed
Reviewed-on: https://go-review.googlesource.com/9778Reviewed-by: 's avatarMinux Ma <minux@golang.org>
parent 5e94c65b
......@@ -16,8 +16,6 @@ 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