Skip to content

Commit e8b53c9

Browse files
committed
net: enable TestLookupDotsWithRemoteSource on builders
Change-Id: I2609660b10a16ec2a256fc9c8e046ba4ae67963f Reviewed-on: https://go-review.googlesource.com/18880 Reviewed-by: Ian Lance Taylor <[email protected]>
1 parent 7d8c8c0 commit e8b53c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/net/lookup_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ func TestLookupDotsWithRemoteSource(t *testing.T) {
466466
if testing.Short() && testenv.Builder() == "" || !*testExternal {
467467
t.Skip("avoid external network")
468468
}
469-
if !supportsIPv4 || *testIPv4 {
469+
if !supportsIPv4 || !*testIPv4 {
470470
t.Skip("IPv4 is required")
471471
}
472472

0 commit comments

Comments
 (0)