浏览代码

skip test as it requires admin right

Darien Raymond 7 年之前
父节点
当前提交
fbd7bcab07
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      transport/internet/sockopt_linux_test.go

+ 2 - 0
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