Skip to content

Commit

Permalink
Temporarily disabled test_unknown_exchange (it gets stuck)
Browse files Browse the repository at this point in the history
  • Loading branch information
eprbell committed Jan 26, 2023
1 parent bc817f8 commit fdbbed3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_plugin_ccxt.py
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ def __btcusdt_mock(self, plugin: PairConverterPlugin, mocker: Any) -> None:
mocker.patch.object(plugin, "_PairConverterPlugin__exchange_graphs", {TEST_EXCHANGE: TEST_GRAPH})

# This test gets stuck: temporarily disabling it
def __disabled_test_unknown_exchange(self, mocker: Any) -> None:
def _disabled_test_unknown_exchange(self, mocker: Any) -> None:
plugin: PairConverterPlugin = PairConverterPlugin(Keyword.HISTORICAL_PRICE_HIGH.value)
exchange = binance(
{
Expand Down

0 comments on commit fdbbed3

Please sign in to comment.