summaryrefslogtreecommitdiff
path: root/service/http
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-04-17 16:42:27 +0300
committerValery Piashchynski <[email protected]>2020-04-17 16:42:27 +0300
commit19c1f0e199b78c4f4b660c794bbbe5bd4fca58a5 (patch)
tree5329613070542403fb48803deff1c0b5ea19df2b /service/http
parentec4824c60f51254b91fd39bc5b32a74640ff0fd9 (diff)
remove windows check from sockets tests
Diffstat (limited to 'service/http')
-rw-r--r--service/http/rpc_test.go5
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)