commit | d3b6354db97642fd1b0b2830b31cd6edecb55124 | [log] [tgz] |
---|---|---|
author | Brad Fitzpatrick <brad@danga.com> | Sun Feb 08 17:02:49 2015 -0800 |
committer | Brad Fitzpatrick <brad@danga.com> | Sun Feb 08 17:02:49 2015 -0800 |
tree | ae2c01a2e3f063f84f9a27b436474b4ca0bb30b4 | |
parent | d1a857d2d9e40e913b1869e9907a7fbb5c156d20 [diff] [blame] |
rename TestTransport to TestTransportExternal
diff --git a/transport_test.go b/transport_test.go index b2af55a..4bee1da 100644 --- a/transport_test.go +++ b/transport_test.go
@@ -18,7 +18,7 @@ insecure = flag.Bool("insecure", false, "insecure TLS dials") ) -func TestTransport(t *testing.T) { +func TestTransportExternal(t *testing.T) { if !*extNet { t.Skip("skipping external network test") }