Skip to content

Commit

Permalink
skip inconsistent test
Browse files Browse the repository at this point in the history
  • Loading branch information
vishvananda committed Apr 12, 2017
1 parent 1e86b2b commit b7148c6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions socket_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@ package netlink
import (
"log"
"net"
"os"
"os/user"
"strconv"
"testing"
)

func TestSocketGet(t *testing.T) {
if os.Getenv("TRAVIS_BUILD_DIR") != "" {
t.Skipf("Goroutines + network namespaces == inconsistent results")
}
addr, err := net.ResolveTCPAddr("tcp", "localhost:0")
if err != nil {
log.Fatal(err)
Expand Down

0 comments on commit b7148c6

Please sign in to comment.