apteryx pushed a commit to branch master
in repository guix.

commit f346327172051b28e78e66f0ea5fd07d5b9ba490
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Sat Apr 1 22:13:18 2023 -0400

    gnu: gst-plugins-good: Skip the test_video_caps_late test.
    
    * gnu/packages/gstreamer.scm (gst-plugins-good)
    [arguments]: Skip the test_video_caps_late test in the skip-failing-tests
    phase.
---
 gnu/packages/gstreamer.scm | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 38845b83af..a89233bbac 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -674,6 +674,11 @@ for the GStreamer multimedia library.")
                  (string-append prefix "\"" libsoup "\"\n")))))
           (add-after 'unpack 'skip-failing-tests
             (lambda _
+              (substitute* "tests/check/elements/flvmux.c"
+                ;; This test randomly times out (see:
+                ;; 
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/786).
+                ((".*tcase_add_test.*test_video_caps_late.*")
+                 ""))
               (substitute* "tests/check/meson.build"
                 ;; Reported as shaky upstream, see
                 ;; 
<https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/785>

Reply via email to