@@ -4436,6 +4436,7 @@ pub(super) mod tests {
4436
4436
crate :: proofs:: provers:: block_on ( future)
4437
4437
}
4438
4438
4439
+ #[ cfg( not( target_family = "wasm" ) ) ]
4439
4440
#[ allow( unused) ]
4440
4441
#[ test]
4441
4442
fn test_make_verifier_index ( ) {
@@ -4505,6 +4506,7 @@ pub(super) mod tests {
4505
4506
// assert_eq!(format!("{:?}", v.lookup_index), format!("{:?}", new_v.lookup_index));
4506
4507
}
4507
4508
4509
+ #[ cfg( not( target_family = "wasm" ) ) ] // same test in `test_proofs`
4508
4510
#[ test]
4509
4511
fn test_regular_tx ( ) {
4510
4512
let Ok ( data) = fetch_file ( "command-0-1.bin" )
@@ -4631,6 +4633,7 @@ pub(super) mod tests {
4631
4633
}
4632
4634
}
4633
4635
4636
+ #[ cfg( not( target_family = "wasm" ) ) ] // same test in `test_proofs`
4634
4637
#[ test]
4635
4638
fn test_merge_proof ( ) {
4636
4639
let Ok ( data) =
@@ -4682,6 +4685,7 @@ pub(super) mod tests {
4682
4685
let _sum = dbg ! ( sha256_sum( & proof_json) ) ;
4683
4686
}
4684
4687
4688
+ #[ cfg( not( target_family = "wasm" ) ) ] // same test in `test_proofs`
4685
4689
#[ test]
4686
4690
fn test_proof_zkapp_sig ( ) {
4687
4691
let Ok ( data) = fetch_file ( "command-1-0.bin" ) else {
@@ -4722,6 +4726,7 @@ pub(super) mod tests {
4722
4726
let _sum = dbg ! ( sha256_sum( & proof_json) ) ;
4723
4727
}
4724
4728
4729
+ #[ cfg( not( target_family = "wasm" ) ) ] // same test in `test_proofs`
4725
4730
#[ test]
4726
4731
fn test_proof_zkapp_proof ( ) {
4727
4732
let Ok ( data) = fetch_file ( "zkapp-command-with-proof-128-1.bin" ) else {
@@ -4760,6 +4765,7 @@ pub(super) mod tests {
4760
4765
let _sum = dbg ! ( sha256_sum( & proof_json) ) ;
4761
4766
}
4762
4767
4768
+ #[ cfg( not( target_family = "wasm" ) ) ] // same test in `test_proofs`
4763
4769
#[ test]
4764
4770
fn test_block_proof ( ) {
4765
4771
let Ok ( data) = fetch_file ( "block_input-2483246-0.bin" ) else {
0 commit comments