Skip to content

Commit 1b6063e

Browse files
ekpyronchriseth
authored andcommitted
Disable zeppelin test failing due to hardhat heuristics.
1 parent 5ba8c10 commit 1b6063e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/externalTests/zeppelin.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ function zeppelin_test
6969
sed -i "s|it(\('reverts \)|it.skip(\1|g" math/SignedSafeMath.test.js
7070
sed -i "s|it(\('reverts \)|it.skip(\1|g" structs/EnumerableSet.behavior.js
7171
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
7275

7376

7477
# In some cases Hardhat does not detect revert reasons properly via IR.

0 commit comments

Comments
 (0)