janneke pushed a commit to branch core-packages-team
in repository guix.
commit 90aa00339935640ef015a1b1f632683374fd9a5a
Author: Janneke Nieuwenhuizen <[email protected]>
AuthorDate: Mon Dec 30 21:20:17 2024 +0100
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
---
gnu/packages/gnome.scm | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 42df8df65e..f603990bf3 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5990,7 +5990,9 @@ faster results and to avoid unnecessary server load.")
;; 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: