diff --git a/barretenberg/acir_tests/bootstrap.sh b/barretenberg/acir_tests/bootstrap.sh index df8bfe0f29da..b8767bc21fae 100755 --- a/barretenberg/acir_tests/bootstrap.sh +++ b/barretenberg/acir_tests/bootstrap.sh @@ -26,9 +26,6 @@ function build { cp -R ../../noir/noir-repo/test_programs/execution_success acir_tests # Running these requires extra gluecode so they're skipped. rm -rf acir_tests/{diamond_deps_0,workspace,workspace_default_member,regression_7323} - # TODO(https://github.com/AztecProtocol/barretenberg/issues/1108): problem regardless the proof system used - # TODO: Check if resolved. Move to .test_skip_patterns if not. - rm -rf acir_tests/regression_5045 # COMPILE=2 only compiles the test. denoise "parallel --joblog joblog.txt --line-buffered 'COMPILE=2 ./run_test.sh \$(basename {})' ::: ./acir_tests/*"