1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-10 05:18:52 +02:00

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
This commit is contained in:
Maxim Cournoyer
2026-04-05 16:59:38 +09:00
committed by Noé Lopez
parent ab701f0e25
commit d69e6c80ec
+4 -1
View File
@@ -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?)