mirror of https://github.com/golang/go.git
update skip message
This commit is contained in:
parent
3e3c2efc74
commit
b4891e2add
|
|
@ -1402,7 +1402,7 @@ func TestDNSTimeout(t *testing.T) {
|
|||
|
||||
func TestLookupNoData(t *testing.T) {
|
||||
if runtime.GOOS == "plan9" {
|
||||
t.Skip("not supported yet")
|
||||
t.Skip("not supported on plan9")
|
||||
}
|
||||
|
||||
mustHaveExternalNetwork(t)
|
||||
|
|
|
|||
Loading…
Reference in New Issue