Skip to content

Commit 5fc0f34

Browse files
nikola-maticmatheusaaguiar
authored andcommitted
Disable RSA suite in OZ-contracts
1 parent 25ec75c commit 5fc0f34

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
@@ -105,6 +105,9 @@ function zeppelin_test
105105
# Fails with ProviderError: Invalid transaction: GasFloorMoreThanGasLimit
106106
sed -i "177s|+ 2_000n|+ 10_000n|" test/metatx/ERC2771Forwarder.test.js
107107

108+
# Fails under evmVersion=osaka, likely due to transaction gas limits introduced by EIP-7825 or by the modexp upper bound EIP-7823.
109+
sed -i "s|describe(\('RSA'\)|describe.skip(\1|g" test/utils/cryptography/RSA.test.js
110+
108111
neutralize_package_json_hooks
109112
force_hardhat_compiler_binary "$config_file" "$BINARY_TYPE" "$BINARY_PATH"
110113
force_hardhat_compiler_settings "$config_file" "$(first_word "$SELECTED_PRESETS")"

0 commit comments

Comments
 (0)