Skip to content

Commit

Permalink
fix: comment-out heavy tests
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaMasych committed Oct 28, 2024
1 parent 8db2086 commit 0e30caa
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crates/plume/src/lib.nr
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ fn test_nullifier() {
assert(actual == expected);
}

/* Too slow for CI. Run manually.
#[test]
fn test_r_point() {
let sk: Secp256k1Fr = BigNum::from_be_bytes(
Expand Down Expand Up @@ -416,3 +418,4 @@ fn test_plume_v2() {
plume_v2(msg, c2, s2, pk, nullifier); // assert inside the function
}
*/

0 comments on commit 0e30caa

Please sign in to comment.