From 87cbfa444dab3ade2a3b3e5935322a995976c870 Mon Sep 17 00:00:00 2001 From: Christian Tremblay Date: Wed, 13 Jan 2016 13:15:07 -0500 Subject: [PATCH] Other test to address segmentation fault on Travis Signed-off-by: Christian Tremblay --- tests/TestDevice.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/TestDevice.py b/tests/TestDevice.py index 177d7060..9db4acfc 100644 --- a/tests/TestDevice.py +++ b/tests/TestDevice.py @@ -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):