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

Commit 943e003

Browse files
authored
Merge pull request #69 from TheTorProject/fix/bwscan-chutney-test
Enable TestBwscan test
2 parents 14d4ef5 + 44d2dc1 commit 943e003

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

test/test_measurement.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,13 @@
1212

1313

1414
class TestBwscan(TorTestCase):
15-
skip = "broken tests"
16-
1715
@defer.inlineCallbacks
1816
def setUp(self):
1917
yield super(TestBwscan, self).setUp()
2018

19+
# Remove test harness attacher as another attacher is added in BwScan()
20+
self.tor_state.set_attacher(None, reactor)
21+
2122
class DummyResource(Resource):
2223
isLeaf = True
2324

0 commit comments

Comments
 (0)