diff --git a/tests/exchange_online/conftest.py b/tests/exchange_online/conftest.py index 2f181d610..3c8717ff9 100644 --- a/tests/exchange_online/conftest.py +++ b/tests/exchange_online/conftest.py @@ -415,13 +415,14 @@ EXCHANGES = { "timeframe": "1h", "candle_count": 1000, }, - "htx": { - "pair": "ETH/BTC", - "stake_currency": "BTC", - "hasQuoteVolume": True, - "timeframe": "1h", - "candle_count": 1000, - }, + # TODO: reenable htx once certificates work again + # "htx": { + # "pair": "ETH/BTC", + # "stake_currency": "BTC", + # "hasQuoteVolume": True, + # "timeframe": "1h", + # "candle_count": 1000, + # }, "bitvavo": { "pair": "BTC/EUR", "stake_currency": "EUR",