소스 검색

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