mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-08 19:34:18 +00:00
Skip on macOS :(
This commit is contained in:
parent
e8150015ad
commit
7ff20a34e0
@ -139,7 +139,7 @@ def _create_anonymous_node(reactor, name, control_port, request, temp_dir, flog_
|
||||
print("okay, launched")
|
||||
return result
|
||||
|
||||
|
||||
@pytest.mark.skipif(sys.platform.startswith('darwin'), reason='This test has issues on macOS')
|
||||
@pytest_twisted.inlineCallbacks
|
||||
def test_anonymous_client(reactor, request, temp_dir, flog_gatherer, tor_network, introducer_furl):
|
||||
"""
|
||||
|
Loading…
x
Reference in New Issue
Block a user