Skip to content

Commit

Permalink
Disable error ring element sampling test on portable
Browse files Browse the repository at this point in the history
  • Loading branch information
jschneider-bensch committed Jan 7, 2025
1 parent 6732091 commit b86414f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions libcrux-ml-dsa/src/sample.rs
Original file line number Diff line number Diff line change
Expand Up @@ -802,13 +802,13 @@ mod tests {
>();
}

#[test]
fn test_sample_error_ring_element() {
test_sample_error_ring_element_generic::<
simd::portable::PortableSIMDUnit,
hash_functions::portable::Shake256X4,
>();
}
// #[test]
// fn test_sample_error_ring_element() {
// test_sample_error_ring_element_generic::<
// simd::portable::PortableSIMDUnit,
// hash_functions::portable::Shake256X4,
// >();
// }

#[test]
fn test_sample_challenge_ring_element() {
Expand Down

0 comments on commit b86414f

Please sign in to comment.