diff options
Diffstat (limited to 'service/http/rpc_test.go')
-rw-r--r-- | service/http/rpc_test.go | 5 |
1 files changed, 0 insertions, 5 deletions
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) |