guix_mirror_bot pushed a commit to branch core-packages-team
in repository guix.

commit 49d8f12afdc087ad3aa6c7dfc468b92eac4458ae
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 3fded6391d..042a3d5347 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5997,7 +5997,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:

Reply via email to