File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -121,6 +121,15 @@ function zeppelin_test
121
121
# TODO: Remove this when https://github.com/NomicFoundation/hardhat/issues/2115 gets fixed.
122
122
sed -i " s|describe\(('Polygon-Child'\)|describe.skip\1|g" test/crosschain/CrossChainEnabled.test.js
123
123
sed -i " s|it(\('revert with invalid multi proof #2'\)|it.skip(\1|g" test/utils/cryptography/MerkleProof.test.js
124
+ sed -i " s|describe(\('to a receiver contract that panics'\)|describe.skip(\1|g" test/token/ERC721/ERC721.behavior.js
125
+ sed -i " s|context(\('to a receiver contract that panics'\)|context.skip(\1|g" test/token/ERC721/ERC721.behavior.js
126
+ sed -i " s|describe(\('to a contract that does not implement the required function'\)|describe.skip(\1|g" test/token/ERC721/ERC721.behavior.js
127
+ sed -i " s|context(\('to a contract that does not implement the required function'\)|context.skip(\1|g" test/token/ERC721/ERC721.behavior.js
128
+ sed -i " s|it(\('reverts when the called function throws'\)|it.skip(\1|g" test/utils/Address.test.js
129
+ sed -i " s|it(\('reverts when function does not exist'\)|it.skip(\1|g" test/utils/Address.test.js
130
+ sed -i " s|it(\('reverting initialization'\)|it.skip(\1|g" test/proxy/beacon/BeaconProxy.test.js
131
+ sed -i " s|describe(\('reverting initialization'\)|describe.skip(\1|g" test/proxy/Proxy.behaviour.js
132
+ sed -i " s|it(\('does not allow remote callback'\)|it.skip(\1|g" test/security/ReentrancyGuard.test.js
124
133
125
134
neutralize_package_json_hooks
126
135
force_hardhat_compiler_binary " $config_file " " $BINARY_TYPE " " $BINARY_PATH "
You can’t perform that action at this time.
0 commit comments