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

Enable TestBwscan test #69

Merged
merged 1 commit into from
Jan 25, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

interesting

self.tor_state.set_attacher(None, reactor)

class DummyResource(Resource):
isLeaf = True

Expand Down