tris: suppress internal/testenv
This commit is contained in:
parent
6e85ff94f0
commit
b0eca83785
@ -9,7 +9,6 @@ import (
|
||||
"crypto/x509"
|
||||
"errors"
|
||||
"fmt"
|
||||
"internal/testenv"
|
||||
"io"
|
||||
"io/ioutil"
|
||||
"math"
|
||||
@ -331,8 +330,6 @@ func TestTLSUniqueMatches(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestVerifyHostname(t *testing.T) {
|
||||
testenv.MustHaveExternalNetwork(t)
|
||||
|
||||
c, err := Dial("tcp", "www.google.com:https", nil)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
@ -357,8 +354,6 @@ func TestVerifyHostname(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestVerifyHostnameResumed(t *testing.T) {
|
||||
testenv.MustHaveExternalNetwork(t)
|
||||
|
||||
config := &Config{
|
||||
ClientSessionCache: NewLRUClientSessionCache(32),
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user