From aadd95805fe8250f3a00af70b3c4ac85d3ae1ef1 Mon Sep 17 00:00:00 2001 From: Georgios Konstantopoulos Date: Sat, 18 Dec 2021 20:54:50 +0200 Subject: [PATCH] ci: allow multicall to fail the test_helpers test is failing even when using dapptools --- integration-tests/test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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