diff --git a/barretenberg/acir_tests/bootstrap.sh b/barretenberg/acir_tests/bootstrap.sh index 88110c1c9a72..4d0da7a81946 100755 --- a/barretenberg/acir_tests/bootstrap.sh +++ b/barretenberg/acir_tests/bootstrap.sh @@ -113,6 +113,9 @@ function build { rm -rf acir_tests/{regression_5045,regression_7744} # The following test fails because it uses CallData/ReturnData with UltraBuilder, which is not supported rm -rf acir_tests/{regression_7612,regression_7143,databus_composite_calldata,databus_two_calldata_simple,databus_two_calldata,databus} + # These depend on the external poseidon library (v0.2.4) which is incompatible with the current nargo + # (poseidon2_permutation signature changed from 2 args to 1). Remove once the library is updated. + rm -rf acir_tests/{bench_2_to_17,no_predicates_numeric_generic_poseidon,poseidon_bn254_hash_width_3,poseidonsponge_x5_254,regression_5252,regression_5615,uhashmap} # Merge the internal test programs with the acir tests. cp -R ./internal_test_programs/* acir_tests