Skip to content

Commit e1545f3

Browse files
committed
Run only test_block_proof
1 parent aecb41b commit e1545f3

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
@@ -881,7 +881,7 @@ mod tests {
881881

882882
use super::*;
883883

884-
#[test]
884+
// #[test]
885885
fn test_verify_zkapp() {
886886
use mina_p2p_messages::binprot;
887887
use mina_p2p_messages::binprot::macros::{BinProtRead, BinProtWrite};

0 commit comments

Comments
 (0)