summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2017-01-24 17:44:05 +0100
committerBastien Nocera <hadess@hadess.net>2017-01-24 17:45:58 +0100
commit8aff086b48a0e955fec286f25297c6db76f0707a (patch)
tree6d688a3fd408966cf4c8b86075a0cb0729ebe137
parentf711bc3865f6dd240391312169d09bb4ea466317 (diff)
downloadupower-8aff086b48a0e955fec286f25297c6db76f0707a.tar.gz
linux: Disable crashing test
Filed as an issue against umockdev: https://github.com/martinpitt/umockdev/issues/53
-rwxr-xr-xsrc/linux/integration-test2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/linux/integration-test b/src/linux/integration-test
index 17be767..b6ffef8 100755
--- a/src/linux/integration-test
+++ b/src/linux/integration-test
@@ -724,7 +724,7 @@ class Tests(unittest.TestCase):
self.assertEqual(self.get_dbus_display_property('WarningLevel'), UP_DEVICE_LEVEL_NONE)
self.stop_daemon()
- def test_bluetooth_mouse_reconnect(self):
+ def _test_bluetooth_mouse_reconnect(self):
'''bluetooth mouse powerdown/reconnect'''
mb = self._add_bt_mouse()