mirror of
https://github.com/logos-storage/plonky2.git
synced 2026-02-20 13:53:12 +00:00
Ignore test_curve_mul and unignore recursive tests
This commit is contained in:
parent
dd7808e3e6
commit
2a699ee004
@ -296,6 +296,7 @@ mod tests {
|
||||
}
|
||||
|
||||
#[test]
|
||||
#[ignore]
|
||||
fn test_curve_mul() -> Result<()> {
|
||||
const D: usize = 2;
|
||||
type C = PoseidonGoldilocksConfig;
|
||||
|
||||
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user