Skip to content

Commit 68bdb7f

Browse files
committed
Disable flaky ElementFi tests
1 parent a5a65ee commit 68bdb7f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test/externalTests/elementfi.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,12 @@ function elementfi_test
8989
# TODO: Remove when https://github.com/element-fi/elf-contracts/issues/243 is fixed.
9090
sed -i 's|^\s*require(_expiration - block\.timestamp < _unitSeconds);\s*$||g' contracts/ConvergentCurvePool.sol
9191

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+
9298
# Several tests fail unless we use the exact versions hard-coded in package-lock.json
9399
#neutralize_package_lock
94100

0 commit comments

Comments
 (0)