Skip to content

Commit

Permalink
net: link skipped TestReadFromUDP to the issue
Browse files Browse the repository at this point in the history
LGTM=minux
R=bradfitz, minux
CC=golang-codereviews
https://golang.org/cl/154220043
  • Loading branch information
alexbrainman committed Oct 10, 2014
1 parent 1fd042c commit c689abd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/net/udp_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func TestResolveUDPAddr(t *testing.T) {
func TestReadFromUDP(t *testing.T) {
switch runtime.GOOS {
case "nacl", "plan9":
t.Skipf("skipping test on %q", runtime.GOOS)
t.Skipf("skipping test on %q, see issue 8916", runtime.GOOS)
}

ra, err := ResolveUDPAddr("udp", "127.0.0.1:7")
Expand Down

0 comments on commit c689abd

Please sign in to comment.