mirror of https://github.com/scrapy/scrapy.git
Skip Http10ProxyTestCase.test_download_with_proxy_https_noconnect
This commit is contained in:
parent
2d92a39003
commit
bb2ff13e4c
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue