Skip to content

Commit 6777c63

Browse files
committed
ignore openssl cert congruence test
It will never work with `picky`, the `openssl` generated certs were invalid in the first place.
1 parent 9d9d500 commit 6777c63

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/dist/test.rs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,10 @@ fn create_https_cert_and_privkey_legacy_openssl(
9898
Ok((cert_digest, cert_pem, privkey_pem))
9999
}
100100

101+
102+
/// The compatibility _cannot_ be tested, since the originally generated certificates were not valid
103+
/// in regards to the spec, and hence `picky` will fail.
104+
#[ignore]
101105
#[test]
102106
fn certificate_compatibility_assurance() {
103107
let now: NaiveDateTime = Utc::now().naive_utc();

0 commit comments

Comments
 (0)