diff --git a/tests/commands/cloud/live/test_cloud_live_commands.py b/tests/commands/cloud/live/test_cloud_live_commands.py index 46b8390b..9a503c43 100644 --- a/tests/commands/cloud/live/test_cloud_live_commands.py +++ b/tests/commands/cloud/live/test_cloud_live_commands.py @@ -285,8 +285,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", ""), diff --git a/tests/commands/test_live.py b/tests/commands/test_live.py index 191e5f28..dfa12e6f 100644 --- a/tests/commands/test_live.py +++ b/tests/commands/test_live.py @@ -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", ""),