accept failures from the tor test

This commit is contained in:
Noah Levitt 2017-03-28 12:55:30 -07:00
parent 1c035153de
commit da26b25ac3
2 changed files with 2 additions and 1 deletions

View File

@ -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',

View File

@ -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)