Skip to content

Commit 8118788

Browse files
tgonzalezorlandoarmgowthamsk-arm
authored andcommitted
e2e_tests: Ignore signing tests until signing is implemented
Signed-off-by: Tomás González <tomasagustin.gonzalezorlando@arm.com>
1 parent c23b140 commit 8118788

File tree

1 file changed

+2
-0
lines changed
  • parsec-openssl-provider-shared/e2e_tests/tests

1 file changed

+2
-0
lines changed

parsec-openssl-provider-shared/e2e_tests/tests/sign.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ fn sign_verify(
6363
Ok(())
6464
}
6565

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

81+
#[ignore]
8082
#[test]
8183
fn test_signing_rsa() {
8284
// Create a key beforehand using the parsec-tool and then run the test.

0 commit comments

Comments
 (0)