You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ mkdir fail
$ cd fail
$ go mod init fail.com
$ go get github.com/gorilla/websocket@v1.5.2
$ go test github.com/gorilla/websocket
# go test prints fail message
Anything else?
The maintainers should run the tests before cutting a new release.
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current Behavior
The
go test
command reports failure.Expected Behavior
The tests pass.
Steps To Reproduce
Anything else?
The maintainers should run the tests before cutting a new release.
The text was updated successfully, but these errors were encountered: