mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-26 00:40:23 +00:00
test: temporarily disable HTX tests
This commit is contained in:
@@ -408,13 +408,14 @@ EXCHANGES = {
|
|||||||
"candle_count": 200,
|
"candle_count": 200,
|
||||||
"orderbook_max_entries": 50,
|
"orderbook_max_entries": 50,
|
||||||
},
|
},
|
||||||
"htx": {
|
# TODO: verify why htx is not working in CI.
|
||||||
"pair": "ETH/BTC",
|
# "htx": {
|
||||||
"stake_currency": "BTC",
|
# "pair": "ETH/BTC",
|
||||||
"hasQuoteVolume": True,
|
# "stake_currency": "BTC",
|
||||||
"timeframe": "1h",
|
# "hasQuoteVolume": True,
|
||||||
"candle_count": 1000,
|
# "timeframe": "1h",
|
||||||
},
|
# "candle_count": 1000,
|
||||||
|
# },
|
||||||
"bitvavo": {
|
"bitvavo": {
|
||||||
"pair": "BTC/EUR",
|
"pair": "BTC/EUR",
|
||||||
"stake_currency": "EUR",
|
"stake_currency": "EUR",
|
||||||
|
|||||||
Reference in New Issue
Block a user