Skip to content

Commit

Permalink
chore: disable broken honk test (#11010)
Browse files Browse the repository at this point in the history
Please read [contributing guidelines](CONTRIBUTING.md) and remove this
line.
  • Loading branch information
TomAFrench authored and AztecBot committed Jan 3, 2025
1 parent d3fa271 commit 4bdd606
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions acir_tests/bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ function test_cmds {
echo SYS=ultra_honk FLOW=prove_then_verify RECURSIVE=true $run_test assert_statement
echo SYS=ultra_honk FLOW=prove_then_verify RECURSIVE=true $run_test double_verify_honk_proof
echo SYS=ultra_honk FLOW=prove_and_verify_program $run_test merkle_insert
echo SYS=ultra_rollup_honk FLOW=prove_then_verify $run_test verify_rollup_honk_proof
# echo SYS=ultra_rollup_honk FLOW=prove_then_verify $run_test verify_rollup_honk_proof

# barretenberg-acir-tests-bb-client-ivc:
echo FLOW=prove_then_verify_client_ivc $run_test 6_array
Expand Down Expand Up @@ -160,4 +160,4 @@ case "$cmd" in
*)
echo "Unknown command: $cmd"
exit 1
esac
esac

0 comments on commit 4bdd606

Please sign in to comment.