-
Notifications
You must be signed in to change notification settings - Fork 3.6k
[BUG] go test @ 1.5.2 fails #924
Copy link
Copy link
Closed
Labels
Description
Is there an existing issue for this?
- I have searched the existing issues
Current Behavior
The go test command reports failure.
Expected Behavior
The tests pass.
Steps To Reproduce
$ mkdir fail
$ cd fail
$ go mod init fail.com
$ go get github.com/gorilla/[email protected]
$ go test github.com/gorilla/websocket
# go test prints fail message
Anything else?
The maintainers should run the tests before cutting a new release.
Reactions are currently unavailable