Skip to content

Commit 8a55a59

Browse files
committed
Run only test_block_proof
1 parent a8e44a5 commit 8a55a59

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

ledger/src/proofs/transaction.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4765,7 +4765,7 @@ pub(super) mod tests {
47654765
let _sum = dbg!(sha256_sum(&proof_json));
47664766
}
47674767

4768-
#[cfg(not(target_family = "wasm"))] // same test in `test_proofs`
4768+
// #[cfg(not(target_family = "wasm"))] // same test in `test_proofs`
47694769
#[test]
47704770
fn test_block_proof() {
47714771
let Ok(data) = fetch_file("block_input-2483246-0.bin") else {
@@ -4807,6 +4807,7 @@ pub(super) mod tests {
48074807
let _sum = dbg!(sha256_sum(&proof_json));
48084808
}
48094809

4810+
#[cfg(not(target_family = "wasm"))] // same test in `test_proofs`
48104811
#[test]
48114812
fn test_proofs() {
48124813
let BlockProver {

ledger/src/proofs/verification.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@ mod tests {
981981

982982
use super::*;
983983

984-
#[test]
984+
// #[test]
985985
fn test_verify_zkapp() {
986986
use mina_p2p_messages::binprot;
987987
use mina_p2p_messages::binprot::macros::{BinProtRead, BinProtWrite};

0 commit comments

Comments
 (0)