Commit e8b53c92 authored by Mikio Hara's avatar Mikio Hara

net: enable TestLookupDotsWithRemoteSource on builders

Change-Id: I2609660b10a16ec2a256fc9c8e046ba4ae67963f
Reviewed-on: https://go-review.googlesource.com/18880Reviewed-by: 's avatarIan Lance Taylor <iant@golang.org>
parent 7d8c8c07
......@@ -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")
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment