mirror of
https://github.com/golang/go
synced 2024-11-19 02:04:42 -07:00
websocket: enable tests on windows
Fixes #1110. R=golang-dev, adg CC=Joe Poirier, golang-dev https://golang.org/cl/2367041
This commit is contained in:
parent
f73f9ad4ad
commit
4d4b74c7b3
@ -197,7 +197,6 @@ NOTEST+=os/signal # no signals
|
||||
NOTEST+=path # tree walking does not work
|
||||
NOTEST+=syslog # no network
|
||||
NOTEST+=time # no syscall.Kill, syscall.SIGCHLD for sleep tests
|
||||
NOTEST+=websocket # no network
|
||||
endif
|
||||
|
||||
ifeq ($(GOARCH),arm)
|
||||
|
Loading…
Reference in New Issue
Block a user