Add note on Tor integration test failures on Windows

This commit is contained in:
Sajith Sasidharan 2020-07-21 14:56:55 -04:00
parent 74a77a48cc
commit 7f5643a096

View File

@ -18,6 +18,10 @@ import util
# see "conftest.py" for the fixtures (e.g. "tor_network")
# XXX: Integration tests that involve Tor do not run reliably on
# Windows. They are skipped for now, in order to reduce CI noise.
#
# https://tahoe-lafs.org/trac/tahoe-lafs/ticket/3347
if sys.platform.startswith('win'):
pytest.skip('Skipping Tor tests on Windows', allow_module_level=True)