Skip to content

Commit 28ba599

Browse files
committed
tests: Skip the overflow test on 32bit arch
Signed-off-by: Jakub Jelen <[email protected]>
1 parent 63ad209 commit 28ba599

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cryptoki/tests/basic.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1771,6 +1771,7 @@ fn sha256_digest_multipart_already_initialized() -> TestResult {
17711771
Ok(())
17721772
}
17731773

1774+
#[cfg(target_pointer_width = "64")]
17741775
#[test]
17751776
#[serial]
17761777
fn gcm_param_graceful_failure() -> TestResult {

0 commit comments

Comments
 (0)