guix_mirror_bot pushed a commit to branch gnome-team
in repository guix.
commit 7d31d792b1494fb17669a6528637ef69234659bd
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sun Apr 5 16:59:38 2026 +0900
gnu: gst-plugins-base: Disable elements-inputselector test.
* gnu/packages/gstreamer.scm (gst-plugins-base)
[#:phases] {disable-problematic-tests}: Disable elements-inputselector test.
Change-Id: I9785719f2b3d196869afc1630808c7f693b02c79
---
gnu/packages/gstreamer.scm | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index f4fd93354c..7e96e799e4 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -578,7 +578,10 @@ This package provides the core library and elements.")
(substitute* "tests/check/meson.build"
;; This test causes nondeterministic failures (see:
;;
<https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/895>).
- ((".*'elements/appsrc.c'.*") ""))
+ ((".*'elements/appsrc.c'.*") "")
+ ;; This one is flaky (see:
+ ;;
<https://gitlab.freedesktop.org/gstreamer/gstreamer/-/work_items/5016>).
+ ((".*'elements/inputselector.c'.*") ""))
;; Some other tests fail on other architectures.
#$@(cond
((target-x86-32?)