File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -100,9 +100,16 @@ function zeppelin_test
100
100
sed -i ' s|it(\(`reverts when downcasting 2^\${bits} + 1 (\${maxValue.addn(2)})`\)|it.skip(\1|g' test/utils/math/SafeCast.test.js
101
101
sed -i ' s|it(\(`reverts when casting [^`]\+`\)|it.skip(\1|g' test/utils/math/SafeCast.test.js
102
102
sed -i " s|it(\('missing value'\)|it.skip(\1|g" test/utils/structs/EnumerableMap.behavior.js
103
+ sed -i " s|it(\('reverts when queried for non existent token id'\)|it.skip(\1|g" test/token/ERC721/ERC721.behavior.js
104
+ sed -i " s|it(\('reverts if index is greater than supply'\)|it.skip(\1|g" test/token/ERC721/ERC721.behavior.js
105
+ sed -i " s|it(\('burns all tokens'\)|it.skip(\1|g" test/token/ERC721/ERC721.behavior.js
106
+ sed -i " s|it(\('other accounts cannot pause'\)|it.skip(\1|g" test/token/ERC721/presets/ERC721PresetMinterPauserAutoId.test.js
107
+ sed -i " s|it(\('other accounts cannot unpause'\)|it.skip(\1|g" test/token/ERC721/presets/ERC721PresetMinterPauserAutoId.test.js
108
+ sed -i " s|it(\('prevents initialization'\)|it.skip(\1|g" test/proxy/utils/Initializable.test.js
103
109
104
110
# TODO: Remove this when https://github.com/NomicFoundation/hardhat/issues/2115 gets fixed.
105
111
sed -i " s|describe\(('Polygon-Child'\)|describe.skip\1|g" test/crosschain/CrossChainEnabled.test.js
112
+ sed -i " s|it(\('revert with invalid multi proof #2'\)|it.skip(\1|g" test/utils/cryptography/MerkleProof.test.js
106
113
107
114
neutralize_package_json_hooks
108
115
force_hardhat_compiler_binary " $config_file " " $BINARY_TYPE " " $BINARY_PATH "
You can’t perform that action at this time.
0 commit comments