Ver código fonte

tris: suppress internal/testenv

tls13
Filippo Valsorda 8 anos atrás
committed by Peter Wu
pai
commit
b0eca83785
1 arquivos alterados com 0 adições e 5 exclusões
  1. +0
    -5
      tls_test.go

+ 0
- 5
tls_test.go Ver arquivo

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


Carregando…
Cancelar
Salvar