tris: suppress internal/testenv

This commit is contained in:
Filippo Valsorda 2016-11-03 13:39:02 -07:00 committed by Peter Wu
parent 6e85ff94f0
commit b0eca83785

View File

@ -9,7 +9,6 @@ import (
"crypto/x509" "crypto/x509"
"errors" "errors"
"fmt" "fmt"
"internal/testenv"
"io" "io"
"io/ioutil" "io/ioutil"
"math" "math"
@ -331,8 +330,6 @@ func TestTLSUniqueMatches(t *testing.T) {
} }
func TestVerifyHostname(t *testing.T) { func TestVerifyHostname(t *testing.T) {
testenv.MustHaveExternalNetwork(t)
c, err := Dial("tcp", "www.google.com:https", nil) c, err := Dial("tcp", "www.google.com:https", nil)
if err != nil { if err != nil {
t.Fatal(err) t.Fatal(err)
@ -357,8 +354,6 @@ func TestVerifyHostname(t *testing.T) {
} }
func TestVerifyHostnameResumed(t *testing.T) { func TestVerifyHostnameResumed(t *testing.T) {
testenv.MustHaveExternalNetwork(t)
config := &Config{ config := &Config{
ClientSessionCache: NewLRUClientSessionCache(32), ClientSessionCache: NewLRUClientSessionCache(32),
} }