diff --git a/acir_tests/run_acir_tests.sh b/acir_tests/run_acir_tests.sh index 0a6cdbbb3..011dbfa5d 100755 --- a/acir_tests/run_acir_tests.sh +++ b/acir_tests/run_acir_tests.sh @@ -41,7 +41,8 @@ SKIP_ARRAY=(diamond_deps_0 workspace workspace_default_member) # if HONK is false, we should skip verify_honk_proof if [ "$HONK" = false ]; then # Insert the new item into the array - SKIP_ARRAY+=(verify_honk_proof) + # TODO https://github.com/AztecProtocol/barretenberg/issues/1108 + SKIP_ARRAY+=(verify_honk_proof regression_5045) fi function test() {