Skip to content

Commit be85d28

Browse files
authored
Merge pull request #13047 from ethereum/fix-external-test-euler-failing
Workaround for euler ext test failing due to changed chainid behavior
2 parents f4b1659 + 98efb46 commit be85d28

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/externalTests/euler.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@ function euler_test
6666
# TODO: Remove this when https://github.com/NomicFoundation/hardhat/issues/2453 gets fixed.
6767
sed -i "/expectError: 'JUNK_UPGRADE_TEST_FAILURE'/d" test/moduleUpgrade.js
6868

69+
# One of the tests is currently broken in the upstream, due to changed behavior of chainid in @ethereumjs/vm.
70+
# TODO: Remove this when https://github.com/euler-xyz/euler-contracts/issues/119 gets fixed.
71+
sed -i 's/domainSeparatorMatch)\.to\.equal(true/domainSeparatorMatch)\.to\.equal(false/g' test/eulStakes.js
72+
6973
neutralize_package_lock
7074
neutralize_package_json_hooks
7175
force_hardhat_compiler_binary "$config_file" "$BINARY_TYPE" "$BINARY_PATH"

0 commit comments

Comments
 (0)