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

commit c1b76841a77f0e34cbc7ad2eb333627929707cd7
Author: Janneke Nieuwenhuizen <jann...@gnu.org>
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 86fc31d3c4..cf00f150d5 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -5909,7 +5909,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