mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-17 00:18:16 -05:00
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.
This commit is contained in:
parent
bf608eb364
commit
2d0cdf0325
1 changed files with 5 additions and 0 deletions
|
@ -674,6 +674,11 @@ (define libsoup
|
|||
(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>
|
||||
|
|
Loading…
Reference in a new issue