Merge pull request #12629 from ethereum/reenable-bleeps-ext-test-without-governor-test

Re-enable Bleeps external test without the failing governor test
This commit is contained in:
Kamil Śliwak 2022-02-04 15:51:21 +01:00 committed by GitHub
commit c70f8c5496
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

View File

@ -1468,8 +1468,7 @@ workflows:
- t_ems_ext: *job_native_test_ext_trident
- t_ems_ext: *job_native_test_ext_euler
- t_ems_ext: *job_native_test_ext_yield_liquidator
# Disabled until we have a fix for https://github.com/wighawag/bleeps/issues/2
#-t_ems_ext: *job_native_test_ext_bleeps
- t_ems_ext: *job_native_test_ext_bleeps
- t_ems_ext: *job_native_test_ext_pool_together
- t_ems_ext: *job_native_test_ext_perpetual_pools
- t_ems_ext: *job_native_test_ext_uniswap

View File

@ -72,6 +72,10 @@ function bleeps_test
sed -i 's/msg\.sender\.transfer(/payable(msg.sender).transfer(/g' src/externals/WETH9.sol
sed -i 's/^\s*\(Deposit\|Withdrawal\|Approval\|Transfer\)(/emit \1(/g' src/externals/WETH9.sol
# This test does not currently pass due to an upstream problem.
# TODO: Remove this line when https://github.com/wighawag/bleeps/issues/2 is fixed
rm test/BleepsDAO.governor.test.ts
neutralize_package_lock
neutralize_package_json_hooks
force_hardhat_compiler_binary "$config_file" "$BINARY_TYPE" "$BINARY_PATH"