mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-18 07:17:32 -05:00
skip test as it requires admin right
This commit is contained in:
parent
036158570c
commit
fbd7bcab07
@ -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…
Reference in New Issue
Block a user