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

commit 2355d8d8851066f658f6e6d08ba4360e2428b42f
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 65bb25dd01..963df9de52 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:

Reply via email to