diff --git a/tests/http/test_40_socks.py b/tests/http/test_40_socks.py index 362e10c285..f119d8926c 100644 --- a/tests/http/test_40_socks.py +++ b/tests/http/test_40_socks.py @@ -35,7 +35,7 @@ from testenv import Env, CurlClient, Dante log = logging.getLogger(__name__) -# @pytest.mark.skipif(condition=not Env.has_sockd(), reason="missing sockd") +@pytest.mark.skipif(condition=not Env.has_sockd(), reason="missing sockd") class TestSocks: @pytest.fixture(scope='class')