Skip Http10ProxyTestCase.test_download_with_proxy_https_noconnect

This commit is contained in:
Andrey Rakhmatullin 2019-12-18 15:39:08 +05:00
parent 2d92a39003
commit bb2ff13e4c
1 changed files with 2 additions and 0 deletions

View File

@ -712,6 +712,8 @@ class HttpProxyTestCase(unittest.TestCase):
class Http10ProxyTestCase(HttpProxyTestCase):
download_handler_cls = HTTP10DownloadHandler
def test_download_with_proxy_https_noconnect(self):
raise unittest.SkipTest('noconnect is not supported in HTTP10DownloadHandler')
class Http11ProxyTestCase(HttpProxyTestCase):
download_handler_cls = HTTP11DownloadHandler