lilyp pushed a commit to branch gnome-team
in repository guix.
commit 625ee3067733847989514c76176fdd5ac00e27d8
Author: Liliana Marie Prikler <[email protected]>
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.