Ignore test_curve_mul and unignore recursive tests

This commit is contained in:
wborgeaud 2022-02-03 16:52:04 +01:00
parent dd7808e3e6
commit 2a699ee004
2 changed files with 1 additions and 3 deletions

View File

@ -296,6 +296,7 @@ mod tests {
}
#[test]
#[ignore]
fn test_curve_mul() -> Result<()> {
const D: usize = 2;
type C = PoseidonGoldilocksConfig;

View File

@ -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;