diff --git a/src/gadgets/curve.rs b/src/gadgets/curve.rs index f7c5eaaf..c86c3c0d 100644 --- a/src/gadgets/curve.rs +++ b/src/gadgets/curve.rs @@ -304,6 +304,7 @@ mod tests { } #[test] + #[ignore] fn test_curve_mul() -> Result<()> { type F = GoldilocksField; const D: usize = 4; @@ -337,6 +338,7 @@ mod tests { } #[test] + #[ignore] fn test_curve_random() -> Result<()> { type F = GoldilocksField; const D: usize = 4;