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 @@ -981,7 +981,7 @@ mod tests {
981
981
982
982
use super :: * ;
983
983
984
- #[ test]
984
+ // #[test]
985
985
fn test_verify_zkapp ( ) {
986
986
use mina_p2p_messages:: binprot;
987
987
use mina_p2p_messages:: binprot:: macros:: { BinProtRead , BinProtWrite } ;
You can’t perform that action at this time.
0 commit comments