test(rln): ignore expensive test by default

This commit is contained in:
Oskar Thoren 2022-03-16 16:05:41 +08:00
parent 826a02f652
commit 9b5cd131c6
No known key found for this signature in database
GPG Key ID: B2ECCFD3BC2EF77E
1 changed files with 2 additions and 0 deletions

View File

@ -184,6 +184,8 @@ impl Default for RLN {
}
}
// NOTE: Expensive test, ignoring by default
#[ignore]
#[test]
fn rln_proof() {
let mul = RLN::new();