1
0
mirror of https://github.com/golang/go synced 2024-09-25 11:20:13 -06:00

net: enable TestLookupDotsWithRemoteSource on builders

Change-Id: I2609660b10a16ec2a256fc9c8e046ba4ae67963f
Reviewed-on: https://go-review.googlesource.com/18880
Reviewed-by: Ian Lance Taylor <iant@golang.org>
This commit is contained in:
Mikio Hara 2016-01-23 13:28:14 +09:00
parent 7d8c8c07aa
commit e8b53c92b8

View File

@ -466,7 +466,7 @@ func TestLookupDotsWithRemoteSource(t *testing.T) {
if testing.Short() && testenv.Builder() == "" || !*testExternal {
t.Skip("avoid external network")
}
if !supportsIPv4 || *testIPv4 {
if !supportsIPv4 || !*testIPv4 {
t.Skip("IPv4 is required")
}