File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -4765,7 +4765,7 @@ pub(super) mod tests {
4765
4765
let _sum = dbg ! ( sha256_sum( & proof_json) ) ;
4766
4766
}
4767
4767
4768
- #[ cfg( not( target_family = "wasm" ) ) ] // same test in `test_proofs`
4768
+ // #[cfg(not(target_family = "wasm"))] // same test in `test_proofs`
4769
4769
#[ test]
4770
4770
fn test_block_proof ( ) {
4771
4771
let Ok ( data) = fetch_file ( "block_input-2483246-0.bin" ) else {
@@ -4807,6 +4807,7 @@ pub(super) mod tests {
4807
4807
let _sum = dbg ! ( sha256_sum( & proof_json) ) ;
4808
4808
}
4809
4809
4810
+ #[ cfg( not( target_family = "wasm" ) ) ] // same test in `test_proofs`
4810
4811
#[ test]
4811
4812
fn test_proofs ( ) {
4812
4813
let BlockProver {
Original file line number Diff line number Diff line change @@ -881,7 +881,7 @@ mod tests {
881
881
882
882
use super :: * ;
883
883
884
- #[ test]
884
+ // #[test]
885
885
fn test_verify_zkapp ( ) {
886
886
use mina_p2p_messages:: binprot;
887
887
use mina_p2p_messages:: binprot:: macros:: { BinProtRead , BinProtWrite } ;
You can’t perform that action at this time.
0 commit comments