good morning!!!!

Skip to content
Snippets Groups Projects
Commit 9cfcc6fd authored by alex.sharov's avatar alex.sharov
Browse files

less objects

parent f5e42b1e
No related branches found
No related tags found
No related merge requests found
......@@ -21,6 +21,7 @@ import (
"net"
"net/http"
"net/http/httptest"
"runtime"
"strings"
"testing"
"time"
......@@ -113,6 +114,10 @@ func TestWebsocketLargeCall(t *testing.T) {
// This test checks that client handles WebSocket ping frames correctly.
func TestClientWebsocketPing(t *testing.T) {
if runtime.GOOS == "windows" {
t.Skip("fix me on win please")
}
t.Parallel()
var (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment