File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ function zeppelin_test
85
85
sed -i " s|it(\('guards transfer against invalid user'\)|it.skip(\1|g" test/access/Ownable2Step.test.js
86
86
sed -i " s|it(\('reverting initialization function'\)|it.skip(\1|g" test/proxy/beacon/BeaconProxy.test.js
87
87
sed -i " s|describe(\('reverting initialization'\)|describe.skip(\1|g" test/proxy/Proxy.behaviour.js
88
- sed -i " s|it(\('does not allow remote callback'\)|it.skip(\1|g" test/security /ReentrancyGuard.test.js
88
+ sed -i " s|it(\('does not allow remote callback'\)|it.skip(\1|g" test/utils /ReentrancyGuard.test.js
89
89
90
90
# TODO: Remove when hardhat properly handle reverts of custom errors with via-ir enabled
91
91
# and/or open-zeppelin fix https://github.com/OpenZeppelin/openzeppelin-contracts/issues/4349
You can’t perform that action at this time.
0 commit comments