lilyp pushed a commit to branch gnome-team in repository guix. commit 1ab4718a206ffc462af200836c9ba5fc2d820d7e Author: Liliana Marie Prikler <liliana.prik...@gmail.com> AuthorDate: Mon Oct 28 09:22:15 2024 +0100
gnu: gst-plugins-bad: Disable failing test. * gnu/packages/gstreamer.scm (gst-plugins-bad): Disable elements/mxfdemux test. --- 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 e06ab79b7c..168560d724 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -819,7 +819,10 @@ model to base your own plug-in on, here it is.") '()) ;; https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/issues/1412 - ((".*elements/dtls\\.c.*") "")) + ((".*elements/dtls\\.c.*") "") + + ;; https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3921 + ((".*elements/mxfdemux\\.c.*") "")) (substitute* "tests/check/elements/zxing.c" ;; zxing 1.2.0 seemingly changed the type representation of ;; the EAN_13 structure; disable it.