summaryrefslogtreecommitdiffstats
path: root/libgo/go/net/tcp_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'libgo/go/net/tcp_test.go')
-rw-r--r--libgo/go/net/tcp_test.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/libgo/go/net/tcp_test.go b/libgo/go/net/tcp_test.go
index bca748827ce..1d54b3adcc7 100644
--- a/libgo/go/net/tcp_test.go
+++ b/libgo/go/net/tcp_test.go
@@ -159,8 +159,7 @@ var tcpListenerNameTests = []struct {
func TestTCPListenerName(t *testing.T) {
if testing.Short() || !*testExternal {
- t.Logf("skipping test to avoid external network")
- return
+ t.Skip("skipping test to avoid external network")
}
for _, tt := range tcpListenerNameTests {
OpenPOWER on IntegriCloud