Переглянути джерело

tris: suppress internal/testenv

tls13
Filippo Valsorda 8 роки тому
committed by Peter Wu
джерело
коміт
b0eca83785
1 змінених файлів з 0 додано та 5 видалено
  1. +0
    -5
      tls_test.go

+ 0
- 5
tls_test.go Переглянути файл

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


Завантаження…
Відмінити
Зберегти