mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: upower: Disable failing test.
* gnu/packages/gnome.scm (upower)[arguments]: In phase "adjust-tests-suite", disable failing "test_daemon_restart" test. Change-Id: I2f4083cd46eb089d7dabfa41a6b1b3b35888ec72
This commit is contained in:
parent
613993d3c6
commit
571a6e012f
1 changed files with 3 additions and 1 deletions
|
@ -5907,7 +5907,9 @@ (define-public upower
|
|||
;; This test calls an unimplemented bluez dbus method.
|
||||
(substitute* "src/linux/integration-test.py"
|
||||
(("test_bluetooth_hidpp_mouse")
|
||||
"disabled_test_bluetooth_hidpp_mouse"))
|
||||
"disabled_test_bluetooth_hidpp_mouse")
|
||||
(("test_daemon_restart")
|
||||
"disabled_test_daemon_restart"))
|
||||
#$@(if (target-x86-32?)
|
||||
;; Address test failure caused by excess precision
|
||||
;; on i686:
|
||||
|
|
Loading…
Reference in a new issue