Browse Source

skip test as it requires admin right

pull/1269/head v3.39
Darien Raymond 6 years ago
parent
commit
fbd7bcab07
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
  1. 2
      transport/internet/sockopt_linux_test.go

2
transport/internet/sockopt_linux_test.go

@ -12,6 +12,8 @@ import (
)
func TestSockOptMark(t *testing.T) {
t.Skip("requires CAP_NET_ADMIN")
tcpServer := tcp.Server{
MsgProcessor: func(b []byte) []byte {
return b

Loading…
Cancel
Save