Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
/goPublic

Commit3fa6b98

Browse files
adgbradfitz
authored andcommitted
[release-branch.go1.3] net: temporarily skip TestAcceptIgnoreSomeErrors
««« CL 138120043 / 9a36c3ea7015net: temporarily skip TestAcceptIgnoreSomeErrorsUpdate#8662LGTM=bradfitzR=golang-codereviews, bradfitzCC=golang-codereviewshttps://golang.org/cl/138120043»»»LGTM=dsymondsR=dsymondsCC=golang-codereviewshttps://golang.org/cl/149200043
1 parent370a9c9 commit3fa6b98

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎src/pkg/net/net_windows_test.go‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ import (
1616
)
1717

1818
funcTestAcceptIgnoreSomeErrors(t*testing.T) {
19+
t.Skip("skipping temporarily, see issue 8662")
20+
1921
recv:=func(lnListener) (string,error) {
2022
c,err:=ln.Accept()
2123
iferr!=nil {

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp