[gnome-settings-daemon] power: Disable test_suspend_no_hibernate test



commit 82a4909bd3771d9225570250e83677cd06d04060
Author: Bastien Nocera <hadess hadess net>
Date:   Wed Jan 25 17:16:45 2017 +0100

    power: Disable test_suspend_no_hibernate test
    
    It uses the critical-battery-action setting which was moved to UPower
    itself in the 0.99.x series.

 plugins/power/test.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/plugins/power/test.py b/plugins/power/test.py
index cf3bf57..f4d4136 100755
--- a/plugins/power/test.py
+++ b/plugins/power/test.py
@@ -505,7 +505,7 @@ class PowerPluginTest(gsdtestcase.GSDTestCase):
         # delay + 1 s error margin
         self.check_for_suspend(7)
 
-    def test_suspend_no_hibernate(self):
+    def _test_suspend_no_hibernate(self):
         '''suspend-no-hibernate'''
 
         self.settings_session['idle-delay'] = 2


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]