Bläddra i källkod

tris: suppress internal/testenv

tls13
Filippo Valsorda 8 år sedan
committed by Peter Wu
förälder
incheckning
b0eca83785
1 ändrade filer med 0 tillägg och 5 borttagningar
  1. +0
    -5
      tls_test.go

+ 0
- 5
tls_test.go Visa fil

@@ -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),
}


Laddar…
Avbryt
Spara