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 Jun 17, 2022
1 parent 9b1190c commit 908e93a
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.
# TODO: Remove this when https://github.com/NomicFoundation/hardhat/issues/2453 gets fixed.
Expand Down

0 comments on commit 908e93a

Please sign in to comment.