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

Commit

Permalink
Merge pull request #69 from TheTorProject/fix/bwscan-chutney-test
Browse files Browse the repository at this point in the history
Enable TestBwscan test
  • Loading branch information
aagbsn authored Jan 25, 2018
2 parents 14d4ef5 + 44d2dc1 commit 943e003
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions test/test_measurement.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,13 @@


class TestBwscan(TorTestCase):
skip = "broken tests"

@defer.inlineCallbacks
def setUp(self):
yield super(TestBwscan, self).setUp()

# Remove test harness attacher as another attacher is added in BwScan()
self.tor_state.set_attacher(None, reactor)

class DummyResource(Resource):
isLeaf = True

Expand Down

0 comments on commit 943e003

Please sign in to comment.