diff --git a/integration-tests/test.sh b/integration-tests/test.sh index fe83bf62388d..78ea7d537397 100755 --- a/integration-tests/test.sh +++ b/integration-tests/test.sh @@ -7,7 +7,7 @@ set -e REPO=$1 TESTDATA=testdata -ALLOWED_FAILURE_REPOS=("geb" "drai" "guni-lev") +ALLOWED_FAILURE_REPOS=("geb" "drai" "guni-lev", "multicall") if [[ " ${ALLOWED_FAILURE_REPOS[*]} " =~ " ${REPO} " ]]; then export FORGE_ALLOW_FAILURE=1 fi