mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
net: add skip message to test
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5753048
This commit is contained in:
parent
932c8ddba1
commit
9442c4429a
7 changed files with 27 additions and 5 deletions
|
|
@ -10,7 +10,9 @@ import (
|
|||
)
|
||||
|
||||
func TestWriteToUDP(t *testing.T) {
|
||||
if runtime.GOOS == "plan9" {
|
||||
switch runtime.GOOS {
|
||||
case "plan9":
|
||||
t.Logf("skipping test on %q", runtime.GOOS)
|
||||
return
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue