Skip to content

Commit

Permalink
disable mul tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ekiwi committed Nov 18, 2024
1 parent 2583065 commit 51533aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/bitvec_arithmetic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ proptest! {

#[test]
#[cfg(feature = "bigint")]
#[ignore] // multiplication > 64 not supported right now
fn test_mul((a, b, width) in gen_big_int_pair()) {
do_test_mul(a, b, width);
}
Expand Down

0 comments on commit 51533aa

Please sign in to comment.