1
0
mirror of https://github.com/golang/go synced 2024-11-26 04:58:00 -07:00

net: enable a test on nacl

No need to skip it. It passes.

Maybe it was fixed at some point.

Change-Id: I9848924aefda44f9b3a574a8705fa549d657f28d
Reviewed-on: https://go-review.googlesource.com/31177
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Mikio Hara <mikioh.mikioh@gmail.com>
This commit is contained in:
Brad Fitzpatrick 2016-10-15 15:52:57 +01:00
parent 4d898776ff
commit 1bcfca0563

View File

@ -15,7 +15,7 @@ import (
func TestCloseRead(t *testing.T) {
switch runtime.GOOS {
case "nacl", "plan9":
case "plan9":
t.Skipf("not supported on %s", runtime.GOOS)
}