Skip to content

Commit

Permalink
Disable zeppelin test failing due to hardhat heuristics.
Browse files Browse the repository at this point in the history
  • Loading branch information
ekpyron committed Nov 1, 2022
1 parent ee646e7 commit 6651394
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/externalTests/zeppelin.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6651394

Please sign in to comment.