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 Jan 2, 2025
1 parent 07c5b7f commit 8ad239a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ jobs:
- 'noir/noir-repo/**'
bb:
- 'barretenberg/cpp/**'
- 'barretenberg/acir_tests/**'
noir-projects:
- 'noir-projects/**'
yarn-project:
Expand Down
4 changes: 2 additions & 2 deletions barretenberg/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 8ad239a

Please sign in to comment.