Browse Source

skip test as it requires admin right

Darien Raymond 7 năm trước cách đây
mục cha
commit
fbd7bcab07
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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