Skip to content

Commit

Permalink
Revert "Ignore failing CI tests (#472)" (#477)
Browse files Browse the repository at this point in the history
This reverts commit 6edc943.
  • Loading branch information
Martin-Molinero authored Jul 17, 2024
1 parent ac5f26a commit e377aa3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/commands/cloud/live/test_cloud_live_commands.py
Original file line number Diff line number Diff line change
Expand Up @@ -301,8 +301,8 @@ def test_cloud_live_deploy_with_live_cash_balance(brokerage: str, cash: str) ->
("Paper Trading", "A:A 2T:1:145.1,AA:AA 2T:2:20.35"),
("Trading Technologies", ""),
("Trading Technologies", "A:A 2T:1:145.1"),
#("Binance", ""),
#("Binance", "A:A 2T:1:145.1"),
("Binance", ""),
("Binance", "A:A 2T:1:145.1"),
("Bitfinex", ""),
("Bitfinex", "A:A 2T:1:145.1"),
("Coinbase Advanced Trade", ""),
Expand Down
2 changes: 1 addition & 1 deletion tests/commands/test_live.py
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,7 @@ def test_live_passes_live_cash_balance_to_lean_runner_when_given_as_option(broke
("Trading Technologies", ""),
("Trading Technologies", "A:A 2T:1:145.1"),
("Binance", ""),
#("Binance", "A:A 2T:1:145.1"),
("Binance", "A:A 2T:1:145.1"),
("Bitfinex", ""),
("Bitfinex", "A:A 2T:1:145.1"),
("Coinbase Advanced Trade", ""),
Expand Down

0 comments on commit e377aa3

Please sign in to comment.