mirror of
https://github.com/internetarchive/warcprox.git
synced 2025-01-18 13:22:09 +01:00
accept failures from the tor test
This commit is contained in:
parent
1c035153de
commit
da26b25ac3
2
setup.py
2
setup.py
@ -51,7 +51,7 @@ except:
|
||||
|
||||
setuptools.setup(
|
||||
name='warcprox',
|
||||
version='2.1b1.dev62',
|
||||
version='2.1b1.dev63',
|
||||
description='WARC writing MITM HTTP/S proxy',
|
||||
url='https://github.com/internetarchive/warcprox',
|
||||
author='Noah Levitt',
|
||||
|
@ -1126,6 +1126,7 @@ def test_domain_data_soft_limit(
|
||||
# XXX this test relies on a tor proxy running at localhost:9050 with a working
|
||||
# connection to the internet, and relies on a third party site (facebook) being
|
||||
# up and behaving a certain way
|
||||
@pytest.mark.xfail
|
||||
def test_tor_onion(archiving_proxies):
|
||||
response = requests.get('http://www.facebookcorewwwi.onion/',
|
||||
proxies=archiving_proxies, verify=False, allow_redirects=False)
|
||||
|
Loading…
x
Reference in New Issue
Block a user