Skip to content

Commit

Permalink
Other test to address segmentation fault on Travis
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Tremblay <christian.tremblay@servisys.com>
  • Loading branch information
ChristianTremblay committed Jan 13, 2016
1 parent 630a495 commit 87cbfa4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/TestDevice.py
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,8 @@ def read_multiple(self, points_list, *, points_per_request=25, discover_request=

class TestDevice(unittest.TestCase):
def setUp(self):
network = TestReadWriteScript()
#network = TestReadWriteScript()
network = None
self.fake_device = FakeDevice('2:5', 842, network)

def test_av1_between_0_100(self):
Expand Down

0 comments on commit 87cbfa4

Please sign in to comment.