Skip to content

Commit 02ab0eb

Browse files
committed
test: temporarily disable HTX tests
1 parent d8b5187 commit 02ab0eb

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

tests/exchange_online/conftest.py

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -408,13 +408,14 @@
408408
"candle_count": 200,
409409
"orderbook_max_entries": 50,
410410
},
411-
"htx": {
412-
"pair": "ETH/BTC",
413-
"stake_currency": "BTC",
414-
"hasQuoteVolume": True,
415-
"timeframe": "1h",
416-
"candle_count": 1000,
417-
},
411+
# TODO: verify why htx is not working in CI.
412+
# "htx": {
413+
# "pair": "ETH/BTC",
414+
# "stake_currency": "BTC",
415+
# "hasQuoteVolume": True,
416+
# "timeframe": "1h",
417+
# "candle_count": 1000,
418+
# },
418419
"bitvavo": {
419420
"pair": "BTC/EUR",
420421
"stake_currency": "EUR",

0 commit comments

Comments
 (0)