Skip to content

Commit

Permalink
ignore openssl cert congruence test
Browse files Browse the repository at this point in the history
It will never work with `picky`.
  • Loading branch information
drahnr committed Feb 19, 2025
1 parent 9d9d500 commit 9518a7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/dist/test.rs
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,10 @@ 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]
#[test]
fn certificate_compatibility_assurance() {
let now: NaiveDateTime = Utc::now().naive_utc();
Expand Down

0 comments on commit 9518a7e

Please sign in to comment.