File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,12 @@ function elementfi_test
89
89
# TODO: Remove when https://github.com/element-fi/elf-contracts/issues/243 is fixed.
90
90
sed -i ' s|^\s*require(_expiration - block\.timestamp < _unitSeconds);\s*$||g' contracts/ConvergentCurvePool.sol
91
91
92
+ # This test file is very flaky. There's one particular cases that fails randomly (see
93
+ # https://github.com/element-fi/elf-contracts/issues/240) but some others also depends on an external
94
+ # service which makes tests time out when that service is down.
95
+ # "ProviderError: Too Many Requests error received from eth-mainnet.alchemyapi.io"
96
+ rm test/mockERC20YearnVaultTest.ts
97
+
92
98
# Several tests fail unless we use the exact versions hard-coded in package-lock.json
93
99
# neutralize_package_lock
94
100
You can’t perform that action at this time.
0 commit comments