diff --git a/tests/exchange/test_ccxt_compat.py b/tests/exchange/test_ccxt_compat.py index 565f3887b..8cc1c7c8d 100644 --- a/tests/exchange/test_ccxt_compat.py +++ b/tests/exchange/test_ccxt_compat.py @@ -336,7 +336,7 @@ def exchange_futures(request, exchange_conf, class_mocker): yield exchange, request.param -# @pytest.mark.longrun +@pytest.mark.longrun class TestCCXTExchange(): def test_load_markets(self, exchange: EXCHANGE_FIXTURE_TYPE):