From 19c1f0e199b78c4f4b660c794bbbe5bd4fca58a5 Mon Sep 17 00:00:00 2001 From: Valery Piashchynski Date: Fri, 17 Apr 2020 16:42:27 +0300 Subject: remove windows check from sockets tests --- service/http/rpc_test.go | 5 ----- 1 file changed, 5 deletions(-) (limited to 'service/http/rpc_test.go') diff --git a/service/http/rpc_test.go b/service/http/rpc_test.go index 9f56e2cd..e57a8699 100644 --- a/service/http/rpc_test.go +++ b/service/http/rpc_test.go @@ -8,7 +8,6 @@ import ( "github.com/spiral/roadrunner/service/rpc" "github.com/stretchr/testify/assert" "os" - "runtime" "strconv" "testing" "time" @@ -81,10 +80,6 @@ func Test_RPC(t *testing.T) { } func Test_RPC_Unix(t *testing.T) { - if runtime.GOOS == "windows" { - t.Skip("not supported on " + runtime.GOOS) - } - logger, _ := test.NewNullLogger() logger.SetLevel(logrus.DebugLevel) -- cgit v1.2.3