This commit is contained in:
coletdjnz 2024-05-18 17:44:10 +12:00
parent d98ab542f6
commit a275b5e65a
No known key found for this signature in database
GPG Key ID: 91984263BB39894A

View File

@ -389,11 +389,6 @@ class TestHTTPProxy:
('Websockets', 'ws'),
('Websockets', 'wss')
], indirect=True)
# @pytest.mark.skip_handler_if(
# 'Websockets', lambda request:
# (platform.python_implementation() == 'PyPy'
# and request.getfixturevalue('ctx').REQUEST_PROTO == 'wss'),
# 'PyPy sometimes fails with wss tests, unknown reason')
class TestHTTPConnectProxy:
def test_http_connect_no_auth(self, handler, ctx):
with ctx.http_server(HTTPConnectProxyHandler) as server_address: