Ignore large tests

This commit is contained in:
wborgeaud 2022-03-03 08:44:27 +01:00
parent 5febea778b
commit 3a68a458c4
2 changed files with 2 additions and 0 deletions

View File

@ -75,6 +75,7 @@ mod tests {
use crate::plonk::verifier::verify;
#[test]
#[ignore]
fn test_fixed_base() -> Result<()> {
const D: usize = 2;
type C = PoseidonGoldilocksConfig;

View File

@ -91,6 +91,7 @@ mod tests {
use crate::plonk::verifier::verify;
#[test]
#[ignore]
fn test_curve_msm() -> Result<()> {
const D: usize = 2;
type C = PoseidonGoldilocksConfig;