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

commit ea3f8adc2299bbde5760f44d3e30d008d5ec7392
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Wed Apr 1 16:05:46 2026 +0900

    gnu: gtk: Disable gtklistitemmanager test.
    
    * gnu/packages/gtk.scm (gtk) [#:phases] {patch}: Disable
    gtklistitemmanager test.
    
    Change-Id: Ia6c7e1dba7922b0f8975ae920d5e0e20079bf5fc
---
 gnu/packages/gtk.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/gtk.scm b/gnu/packages/gtk.scm
index cc12f0d6ec..4da3f82b70 100644
--- a/gnu/packages/gtk.scm
+++ b/gnu/packages/gtk.scm
@@ -1194,6 +1194,9 @@ application suites.")
                 (("[ \t]*'empty-text.node',") "")
                 (("[ \t]*'testswitch.node',") "")
                 (("[ \t]*'widgetfactory.node',") "")
+                ;; The gtklistitemmanager test is flaky (see:
+                ;; <https://gitlab.gnome.org/GNOME/gtk/-/issues/6547>).
+                ((".*'gtklistitemmanager.c',.*") "")
                 ;; XXX: Figure out why this fails and report upstream.
                 ((".*'memorytexture',.*") "")
                 ((".*'yuv-matrix-dmabuf',.*") ""))

Reply via email to