Skip to content

Commit

Permalink
net: temporarily skip TestAcceptIgnoreSomeErrors
Browse files Browse the repository at this point in the history
Update #8662

LGTM=bradfitz
R=golang-codereviews, bradfitz
CC=golang-codereviews
https://golang.org/cl/138120043
  • Loading branch information
alexbrainman authored and bradfitz committed Sep 5, 2014
1 parent 8217b4a commit 0f9b6af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/pkg/net/net_windows_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 0f9b6af

Please sign in to comment.