mirror of https://github.com/vacp2p/zerokit.git
test(rln): ignore expensive test by default
This commit is contained in:
parent
826a02f652
commit
9b5cd131c6
|
@ -184,6 +184,8 @@ impl Default for RLN {
|
|||
}
|
||||
}
|
||||
|
||||
// NOTE: Expensive test, ignoring by default
|
||||
#[ignore]
|
||||
#[test]
|
||||
fn rln_proof() {
|
||||
let mul = RLN::new();
|
||||
|
|
Loading…
Reference in New Issue