diff --git a/circuits/cpp/barretenberg/acir_tests/run_acir_tests.sh b/circuits/cpp/barretenberg/acir_tests/run_acir_tests.sh index b75ec2b53b4..66a610e6a24 100755 --- a/circuits/cpp/barretenberg/acir_tests/run_acir_tests.sh +++ b/circuits/cpp/barretenberg/acir_tests/run_acir_tests.sh @@ -29,7 +29,7 @@ fi cd acir_tests # Convert them to array -skip_array=(diamond_deps_0 workspace workspace_default_member double_verify_proof) +skip_array=(diamond_deps_0 workspace workspace_default_member) function test() { echo -n "Testing $1... "