go: 1.4: disable failing test in sandbox

+2
+2
pkgs/development/compilers/go/1.4.nix
··· 46 46 sed -i 's,/bin/pwd,'"`type -P pwd`", src/os/os_test.go 47 47 # Disable the unix socket test 48 48 sed -i '/TestShutdownUnix/areturn' src/net/net_test.go 49 + # Disable network timeout test 50 + sed -i '/TestDialTimeout/areturn' src/net/dial_test.go 49 51 # Disable the hostname test 50 52 sed -i '/TestHostname/areturn' src/os/os_test.go 51 53 # ParseInLocation fails the test