Skip to content

Commit 212bb69

Browse files
committed
tests: Skip the overflow test on 32bit arch
Signed-off-by: Jakub Jelen <jjelen@redhat.com>
1 parent 83790f2 commit 212bb69

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
@@ -1856,6 +1856,7 @@ fn sha256_digest_multipart_already_initialized() -> TestResult {
18561856
Ok(())
18571857
}
18581858

1859+
#[cfg(target_pointer_width = "64")]
18591860
#[test]
18601861
#[serial]
18611862
fn gcm_param_graceful_failure() -> TestResult {

0 commit comments

Comments
 (0)