Other: Disable dialer test until badssl cert is bumbed.

This commit is contained in:
Romain Le Jeune 2023-01-24 09:59:32 +00:00 committed by James Houlahan
parent 4b966c4845
commit f019ba3713
1 changed files with 2 additions and 1 deletions

View File

@ -90,7 +90,8 @@ func TestTLSSignedCertWrongPublicKey(t *testing.T) {
r.Error(t, err, "expected dial to fail because of wrong public key")
}
func TestTLSSignedCertTrustedPublicKey(t *testing.T) {
// GODT-2293 bump badssl cert and re enable this.
func _TestTLSSignedCertTrustedPublicKey(t *testing.T) { //nolint:unused,deadcode
skipIfProxyIsSet(t)
_, dialer, _, checker, _ := createClientWithPinningDialer("")