Skip to content

Commit

Permalink
circuits: disable tests
Browse files Browse the repository at this point in the history
  • Loading branch information
moCello committed Jun 18, 2024
1 parent 73991d9 commit 9ce352c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions circuits/tests/transaction.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down Expand Up @@ -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);

Expand Down Expand Up @@ -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);

Expand Down Expand Up @@ -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);

Expand Down

0 comments on commit 9ce352c

Please sign in to comment.