Переглянути джерело

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