mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
net: reduce dial tests on netbsd
Add NetBSD to the list of operating systems that have a reduced set of dial tests. R=golang-dev, r CC=golang-dev https://golang.org/cl/6208083
This commit is contained in:
parent
67a0c4f7f9
commit
40b310706b
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ func TestSelfConnect(t *testing.T) {
|
|||
n = 1000
|
||||
}
|
||||
switch runtime.GOOS {
|
||||
case "darwin", "freebsd", "openbsd", "windows":
|
||||
case "darwin", "freebsd", "netbsd", "openbsd", "windows":
|
||||
// Non-Linux systems take a long time to figure
|
||||
// out that there is nothing listening on localhost.
|
||||
n = 100
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue