Skip to content

Commit

Permalink
test: disable is_prime_tests on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
Taowyoo committed Sep 8, 2023
1 parent 34888df commit e78944e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mbedtls/tests/bignum.rs
Original file line number Diff line number Diff line change
Expand Up @@ -417,6 +417,7 @@ fn test_base58_encode() {
}

#[cfg(feature = "rdrand")]
#[cfg(not(target_os = "macos"))]
#[cfg(test)]
mod is_prime_tests {
use crate::Mpi;
Expand Down

0 comments on commit e78944e

Please sign in to comment.