From 2a699ee004a9b938941abc2dc1c81c6d4bf19f11 Mon Sep 17 00:00:00 2001 From: wborgeaud Date: Thu, 3 Feb 2022 16:52:04 +0100 Subject: [PATCH] Ignore `test_curve_mul` and unignore recursive tests --- plonky2/src/gadgets/curve.rs | 1 + plonky2/src/plonk/recursive_verifier.rs | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/plonky2/src/gadgets/curve.rs b/plonky2/src/gadgets/curve.rs index 2ff22319..8c182345 100644 --- a/plonky2/src/gadgets/curve.rs +++ b/plonky2/src/gadgets/curve.rs @@ -296,6 +296,7 @@ mod tests { } #[test] + #[ignore] fn test_curve_mul() -> Result<()> { const D: usize = 2; type C = PoseidonGoldilocksConfig; diff --git a/plonky2/src/plonk/recursive_verifier.rs b/plonky2/src/plonk/recursive_verifier.rs index 3e4260a9..5d898d0d 100644 --- a/plonky2/src/plonk/recursive_verifier.rs +++ b/plonky2/src/plonk/recursive_verifier.rs @@ -215,7 +215,6 @@ mod tests { use crate::util::timing::TimingTree; #[test] - #[ignore] fn test_recursive_verifier() -> Result<()> { init_logger(); const D: usize = 2; @@ -232,7 +231,6 @@ mod tests { } #[test] - #[ignore] fn test_recursive_recursive_verifier() -> Result<()> { init_logger(); const D: usize = 2; @@ -317,7 +315,6 @@ mod tests { } #[test] - #[ignore] fn test_recursive_verifier_multi_hash() -> Result<()> { init_logger(); const D: usize = 2;