diff --git a/src/dist/test.rs b/src/dist/test.rs index fa0b92090..e5fc30ee8 100644 --- a/src/dist/test.rs +++ b/src/dist/test.rs @@ -98,7 +98,6 @@ fn create_https_cert_and_privkey_legacy_openssl( Ok((cert_digest, cert_pem, privkey_pem)) } - /// The compatibility _cannot_ be tested, since the originally generated certificates were not valid /// in regards to the spec, and hence `picky` will fail. #[ignore]