From 5aa5cc9c6559ce16f553c2886999e02f89feac93 Mon Sep 17 00:00:00 2001 From: Nicholas Ward Date: Wed, 1 Dec 2021 09:28:00 -0800 Subject: [PATCH] ignore huge tests --- src/gadgets/curve.rs | 2 ++ 1 file changed, 2 insertions(+) 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;