Disable zeppelin test failing due to hardhat heuristics.

This commit is contained in:
Daniel Kirchner 2022-03-15 19:15:41 +01:00 committed by chriseth
parent 5ba8c109f4
commit 1b6063ede4

View File

@ -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.