diff --git a/acir_tests/run_acir_tests.sh b/acir_tests/run_acir_tests.sh index b75ec2b53..66a610e6a 100755 --- a/acir_tests/run_acir_tests.sh +++ b/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... "