1
0
mirror of https://github.com/golang/go synced 2024-11-23 15:00:03 -07:00

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/9778
Reviewed-by: Minux Ma <minux@golang.org>
This commit is contained in:
Alex Brainman 2015-05-07 16:00:36 +10:00
parent 5e94c65b5d
commit c3559f1621

View File

@ -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 {