1
0
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:
Darien Raymond 2018-09-06 10:44:53 +02:00
parent 036158570c
commit fbd7bcab07
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

View File

@ -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