Skip to content

Commit bb30ed8

Browse files
committed
Retry test_proofs
1 parent d995d82 commit bb30ed8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ledger/src/proofs/transaction.rs

Lines changed: 2 additions & 2 deletions
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,7 +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`
4810+
// #[cfg(not(target_family = "wasm"))] // same test in `test_proofs`
48114811
#[test]
48124812
fn test_proofs() {
48134813
let BlockProver {

0 commit comments

Comments
 (0)