You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
www.google.com is blocked in China. So the test net.TestDialGoogle fails, aborting all
the rest of the tests. Preferred if failure is reported but the tests continue
--- FAIL: net.TestDialGoogle
-- 74.125.19.99:80 --
-- www.google.com:80 --
Dial("tcp4", "", "www.google.com:80") = _, dial tcp4 66.249.89.104:80: connection timed out
8g version 6288 release release.2010-09-15
The text was updated successfully, but these errors were encountered:
I'm not sure what the general fix is, here. We could define an environment variable that
you can set (TESTHOST or similar) to override the google.com default.
Otherwise, just add 'net' and 'http' to the NOTEST list in src/pkg/Makefile.
by jan.newmarch:
The text was updated successfully, but these errors were encountered: