go: 1.4: disable failing test in sandbox

This commit is contained in:
zimbatm 2016-02-20 01:04:42 +00:00
parent 58dbaf69b7
commit accc1f1484
1 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,8 @@ stdenv.mkDerivation rec {
sed -i 's,/bin/pwd,'"`type -P pwd`", src/os/os_test.go
# Disable the unix socket test
sed -i '/TestShutdownUnix/areturn' src/net/net_test.go
# Disable network timeout test
sed -i '/TestDialTimeout/areturn' src/net/dial_test.go
# Disable the hostname test
sed -i '/TestHostname/areturn' src/os/os_test.go
# ParseInLocation fails the test