mirror of
https://github.com/v2fly/v2ray-core.git
synced 2025-01-02 23:47:07 -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) {
|
func TestSockOptMark(t *testing.T) {
|
||||||
|
t.Skip("requires CAP_NET_ADMIN")
|
||||||
|
|
||||||
tcpServer := tcp.Server{
|
tcpServer := tcp.Server{
|
||||||
MsgProcessor: func(b []byte) []byte {
|
MsgProcessor: func(b []byte) []byte {
|
||||||
return b
|
return b
|
||||||
|
Loading…
Reference in New Issue
Block a user