Skip to content

Commit 44d9573

Browse files
Revert "openzeppelin workaround for problematic test case"
This reverts commit c7e9eee.
1 parent c7e9eee commit 44d9573

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

test/externalTests/zeppelin.sh

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,6 @@ function zeppelin_test
9797
sed -i "s|it(\('calling upgradeToAndCall from a contract that is not an ERC1967 proxy\)|it.skip(\1|g" test/proxy/utils/UUPSUpgradeable.test.js
9898
sed -i "s|it(\('rejects overflow'\)|it.skip(\1|g" test/token/ERC20/ERC20.test.js
9999
sed -i "s|it(\('decimals overflow'\)|it.skip(\1|g" test/token/ERC20/extensions/ERC4626.test.js
100-
# TODO: Remove when next hardhat version releases, the fix is already merged: https://github.com/OpenZeppelin/openzeppelin-contracts/pull/5663
101-
# Fails with ProviderError: Invalid transaction: GasFloorMoreThanGasLimit
102-
sed -i "s|+ 2_000n|+ 10_000n|g" test/metatx/ERC2771Forwarder.test.js
103100

104101
# Here only the testToInt(248) and testToInt(256) cases fail so change the loop range to skip them
105102
sed -i "s|range(8, 256, 8)\(.forEach(bits => testToInt(bits));\)|range(8, 240, 8)\1|" test/utils/math/SafeCast.test.js

0 commit comments

Comments
 (0)