File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -109,8 +109,8 @@ function zeppelin_test
109
109
sed -i " s|it(\('divide by 0'\)|it.skip(\1|g" test/utils/math/Math.test.js
110
110
# CAUTION:: The following two sed commands depend on the order of occurrence of the relevant patterns in the mentioned files.
111
111
# Could result in an error in the future.
112
- sed -zi " s|it(\('deposit'\)|it.skip(\1|3" test/token/ERC20/extensions/ERC20TokenizedVault .test.js
113
- sed -zi " s|it(\('withdraw'\)|it.skip(\1|3" test/token/ERC20/extensions/ERC20TokenizedVault .test.js
112
+ sed -zi " s|it(\('deposit'\)|it.skip(\1|3" test/token/ERC20/extensions/ERC4626 .test.js
113
+ sed -zi " s|it(\('withdraw'\)|it.skip(\1|3" test/token/ERC20/extensions/ERC4626 .test.js
114
114
115
115
# TODO: Remove this when https://github.com/NomicFoundation/hardhat/issues/2115 gets fixed.
116
116
sed -i " s|describe\(('Polygon-Child'\)|describe.skip\1|g" test/crosschain/CrossChainEnabled.test.js
You can’t perform that action at this time.
0 commit comments