From 1628678de2410ac66eac3bb2131c2728b05a16fd Mon Sep 17 00:00:00 2001 From: Nikola Matic Date: Fri, 14 Jul 2023 12:54:28 +0200 Subject: [PATCH] Remove missing test from OZ script --- test/externalTests/zeppelin.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/externalTests/zeppelin.sh b/test/externalTests/zeppelin.sh index cf8df4363..f0570bf46 100755 --- a/test/externalTests/zeppelin.sh +++ b/test/externalTests/zeppelin.sh @@ -83,10 +83,9 @@ function zeppelin_test sed -i "s|it(\('reverts if index is greater than supply'\)|it.skip(\1|g" test/token/ERC721/ERC721.behavior.js sed -i "s|it(\('burns all tokens'\)|it.skip(\1|g" test/token/ERC721/ERC721.behavior.js sed -i "s|it(\('guards transfer against invalid user'\)|it.skip(\1|g" test/access/Ownable2Step.test.js - sed -i "s|it(\('reverting initialization'\)|it.skip(\1|g" test/proxy/beacon/BeaconProxy.test.js + sed -i "s|it(\('reverting initialization function'\)|it.skip(\1|g" test/proxy/beacon/BeaconProxy.test.js sed -i "s|describe(\('reverting initialization'\)|describe.skip(\1|g" test/proxy/Proxy.behaviour.js sed -i "s|it(\('does not allow remote callback'\)|it.skip(\1|g" test/security/ReentrancyGuard.test.js - sed -i "s|shouldBehaveLikeAccessControlDefaultAdminRules|\/\/&|" test/access/AccessControlDefaultAdminRules.test.js # TODO: Remove when hardhat properly handle reverts of custom errors with via-ir enabled # and/or open-zeppelin fix https://github.com/OpenZeppelin/openzeppelin-contracts/issues/4349