From a9d310ca00575968ef18464ba53893174878e141 Mon Sep 17 00:00:00 2001 From: Matthias Date: Mon, 24 Jul 2023 07:17:29 +0200 Subject: [PATCH] Disable bitvavo candle test temporarily after downtime --- tests/exchange/test_ccxt_compat.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/exchange/test_ccxt_compat.py b/tests/exchange/test_ccxt_compat.py index 51d016d11..c57e32633 100644 --- a/tests/exchange/test_ccxt_compat.py +++ b/tests/exchange/test_ccxt_compat.py @@ -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")