Disable bitvavo candle test temporarily after downtime

This commit is contained in:
Matthias
2023-07-24 07:17:29 +02:00
parent c01c9ee411
commit a9d310ca00

View File

@@ -544,6 +544,8 @@ class TestCCXTExchange:
if exchangename in ('bittrex'):
# For some weired reason, this test returns random lengths for bittrex.
pytest.skip("Exchange doesn't provide stable ohlcv history")
if exchangename in ('bitvavo'):
pytest.skip("Exchange Downtime ")
if not exc._ft_has['ohlcv_has_history']:
pytest.skip("Exchange does not support candle history")