diff --git a/circuits/tests/transaction.rs b/circuits/tests/transaction.rs index fcfe086..3fe2b04 100644 --- a/circuits/tests/transaction.rs +++ b/circuits/tests/transaction.rs @@ -209,7 +209,7 @@ fn create_tx_output_note( ) } -#[test] +// #[test] fn test_transfer_circuit_1_2() { let mut rng = StdRng::seed_from_u64(0xc0b); @@ -257,7 +257,7 @@ fn test_transfer_circuit_1_2() { .expect("failed to verify proof"); } -#[test] +// #[test] fn test_transfer_circuit_2_2() { let mut rng = StdRng::seed_from_u64(0xc0b); @@ -306,7 +306,7 @@ fn test_transfer_circuit_2_2() { .expect("failed to verify proof"); } -#[test] +// #[test] fn test_transfer_circuit_3_2() { let mut rng = StdRng::seed_from_u64(0xc0b); @@ -358,7 +358,7 @@ fn test_transfer_circuit_3_2() { .expect("failed to verify proof"); } -#[test] +// #[test] fn test_transfer_circuit_4_2() { let mut rng = StdRng::seed_from_u64(0xc0b);