mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Disable zeppelin test failing due to hardhat heuristics.
This commit is contained in:
parent
5ba8c109f4
commit
1b6063ede4
@ -69,6 +69,9 @@ function zeppelin_test
|
||||
sed -i "s|it(\('reverts \)|it.skip(\1|g" math/SignedSafeMath.test.js
|
||||
sed -i "s|it(\('reverts \)|it.skip(\1|g" structs/EnumerableSet.behavior.js
|
||||
popd
|
||||
pushd test/proxy/
|
||||
sed -i "s|it(\('proxy admin cannot call delegated functions',\)|it.skip(\1|g" transparent/TransparentUpgradeableProxy.behaviour.js
|
||||
popd
|
||||
|
||||
|
||||
# In some cases Hardhat does not detect revert reasons properly via IR.
|
||||
|
Loading…
Reference in New Issue
Block a user