Skip to content

Commit a3c06a5

Browse files
Ignored C_DigestKey test
Signed-off-by: Jacob Prud'homme <2160185+jacobprudhomme@users.noreply.github.com>
1 parent 30facf2 commit a3c06a5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cryptoki/tests/basic.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1671,6 +1671,8 @@ fn sha256_digest_multipart() -> TestResult {
16711671

16721672
#[test]
16731673
#[serial]
1674+
// Not all backends support extracting a secret key value, needed to validate this test
1675+
#[ignore]
16741676
fn sha256_digest_multipart_with_key() -> TestResult {
16751677
let (pkcs11, slot) = init_pins();
16761678

0 commit comments

Comments
 (0)