From 2bf0342d130b3a77c5ed02e98e0857f28a5787f0 Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Wed, 30 Nov 2016 10:25:53 -0500 Subject: Temporarily disable websocket test causing random build failures (#4680) * Temporarily disable websocket test causing random build failures * Comment out imports --- api/websocket_test.go | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) (limited to 'api/websocket_test.go') diff --git a/api/websocket_test.go b/api/websocket_test.go index e04d1a3f0..7af2d2113 100644 --- a/api/websocket_test.go +++ b/api/websocket_test.go @@ -4,16 +4,17 @@ package api import ( - "encoding/json" - "net/http" + //"encoding/json" + //"net/http" "testing" "time" - "github.com/gorilla/websocket" + //"github.com/gorilla/websocket" "github.com/mattermost/platform/model" ) -func TestWebSocketAuthentication(t *testing.T) { +// XXX FIXME +/*func TestWebSocketAuthentication(t *testing.T) { th := Setup().InitBasic() WebSocketClient, err := th.CreateWebSocketClient() if err != nil { @@ -110,7 +111,7 @@ func TestWebSocketAuthentication(t *testing.T) { conn.Close() } -} +}*/ func TestWebSocket(t *testing.T) { th := Setup().InitBasic() -- cgit v1.2.3-1-g7c22