Merge pull request #465 from mir-protocol/change_ignored_tests

Ignore `test_curve_mul` and unignore recursive tests
This commit is contained in:
wborgeaud 2022-02-03 18:11:12 +01:00 committed by GitHub
commit edc6b234d8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;