From e4e11be331aabcfdcdbc8cb38a742357e00491cc Mon Sep 17 00:00:00 2001 From: Matthias Date: Tue, 5 Aug 2025 06:34:38 +0200 Subject: [PATCH] chore: temporarily disable htx due to certificate issues --- tests/exchange_online/conftest.py | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) 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",