diff options
Diffstat (limited to 'test/test_server.py')
-rw-r--r-- | test/test_server.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/test/test_server.py b/test/test_server.py index 07b8a5f2..8cf4095b 100644 --- a/test/test_server.py +++ b/test/test_server.py @@ -757,14 +757,6 @@ class TestIncompleteResponse(tservers.HTTPProxTest): assert self.pathod("200").status_code == 502 -class TestCertForward(tservers.HTTPProxTest): - certforward = True - ssl = True - - def test_app_err(self): - tutils.raises("handshake error", self.pathod, "200:b@100") - - class TestUpstreamProxy(tservers.HTTPUpstreamProxTest, CommonMixin, AppMixin): ssl = False |