Explorar o código

skip test as it requires admin right

Darien Raymond %!s(int64=7) %!d(string=hai) anos
pai
achega
fbd7bcab07
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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