guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

82/155: gnu: gst-plugins-bad: Disable failing test.


From: guix-commits
Subject: 82/155: gnu: gst-plugins-bad: Disable failing test.
Date: Mon, 23 Dec 2024 15:24:13 -0500 (EST)

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

commit 0508f0c9cbaa95cb7f6a58b5915dfb986fdaa5d9
Author: Liliana Marie Prikler <liliana.prikler@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 e638e1c230..b9a518884c 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.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]