Skip to content

Commit

Permalink
e2e_tests: Ignore signing tests until signing is implemented
Browse files Browse the repository at this point in the history
Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>
  • Loading branch information
tgonzalezorlandoarm authored and gowthamsk-arm committed Apr 12, 2024
1 parent c23b140 commit 8118788
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions parsec-openssl-provider-shared/e2e_tests/tests/sign.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ fn sign_verify(
Ok(())
}

#[ignore]
#[test]
fn test_signing_ecdsa() {
// Create a key beforehand using the parsec-tool and then run the test.
Expand All @@ -77,6 +78,7 @@ fn test_signing_ecdsa() {
let _ = sign_verify(&key_name, &mut signature, sign_alg);
}

#[ignore]
#[test]
fn test_signing_rsa() {
// Create a key beforehand using the parsec-tool and then run the test.
Expand Down

0 comments on commit 8118788

Please sign in to comment.