go: 1.4: disable failing test in sandbox
This commit is contained in:
parent
58dbaf69b7
commit
accc1f1484
|
@ -46,6 +46,8 @@ stdenv.mkDerivation rec {
|
||||||
sed -i 's,/bin/pwd,'"`type -P pwd`", src/os/os_test.go
|
sed -i 's,/bin/pwd,'"`type -P pwd`", src/os/os_test.go
|
||||||
# Disable the unix socket test
|
# Disable the unix socket test
|
||||||
sed -i '/TestShutdownUnix/areturn' src/net/net_test.go
|
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
|
# Disable the hostname test
|
||||||
sed -i '/TestHostname/areturn' src/os/os_test.go
|
sed -i '/TestHostname/areturn' src/os/os_test.go
|
||||||
# ParseInLocation fails the test
|
# ParseInLocation fails the test
|
||||||
|
|
Loading…
Reference in New Issue