We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ba8c10 commit 1b6063eCopy full SHA for 1b6063e
test/externalTests/zeppelin.sh
@@ -69,6 +69,9 @@ function zeppelin_test
69
sed -i "s|it(\('reverts \)|it.skip(\1|g" math/SignedSafeMath.test.js
70
sed -i "s|it(\('reverts \)|it.skip(\1|g" structs/EnumerableSet.behavior.js
71
popd
72
+ pushd test/proxy/
73
+ sed -i "s|it(\('proxy admin cannot call delegated functions',\)|it.skip(\1|g" transparent/TransparentUpgradeableProxy.behaviour.js
74
+ popd
75
76
77
# In some cases Hardhat does not detect revert reasons properly via IR.
0 commit comments