Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Commit d13de2d

Browse files
committed
Remove Tor config override from test setup
1 parent 47d07ca commit d13de2d

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

test/template.py

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,6 @@ def setUp(self):
1616
launch_tor=False,
1717
control_port=int(os.environ.get('CHUTNEY_CONTROL_PORT')),
1818
circuit_build_timeout=30,
19-
# XXX: Avoid switching to regular descriptors in tests.
20-
# There is a race condition where the tests can
21-
# start running while the new consensus is still
22-
# being fetched and loaded by Txtorcon.
23-
#
24-
# We should find a solution for this race.
25-
tor_overrides={'UseMicroDescriptors': 1},
2619
)
2720

2821
self.attacher = SOCKSClientStreamAttacher(self.tor_state)

0 commit comments

Comments
 (0)