Reenable binanceus active test
This commit is contained in:
parent
a573976406
commit
f16fd0ad23
@ -534,8 +534,7 @@ class TestCCXTExchange():
|
|||||||
|
|
||||||
def test_ccxt__async_get_candle_history(self, exchange: EXCHANGE_FIXTURE_TYPE):
|
def test_ccxt__async_get_candle_history(self, exchange: EXCHANGE_FIXTURE_TYPE):
|
||||||
exc, exchangename = exchange
|
exc, exchangename = exchange
|
||||||
if exchangename in ('binanceus', 'bittrex'):
|
if exchangename in ('bittrex'):
|
||||||
# TODO: reenable binanceus test once downtime "ages out" (2023-02-06)
|
|
||||||
# For some weired reason, this test returns random lengths for bittrex.
|
# For some weired reason, this test returns random lengths for bittrex.
|
||||||
pytest.skip("Exchange doesn't provide stable ohlcv history")
|
pytest.skip("Exchange doesn't provide stable ohlcv history")
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user