mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-27 23:02:16 -05:00
gnu: gst-plugins-bad: Skip flaky test.
* gnu/packages/gstreamer.scm (gst-plugins-bad)[arguments]: Skip "elements_curlhttpsrc" test.
This commit is contained in:
parent
00efabe6fe
commit
f39cfc3d5b
1 changed files with 3 additions and 0 deletions
|
@ -797,6 +797,9 @@ (define-public gst-plugins-bad
|
|||
;; https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/790).
|
||||
((".*'elements/shm\\.c'.*") "")
|
||||
|
||||
;; The 'elements_curlhttpsrc' test sometimes times out.
|
||||
((".*'elements/curlhttpsrc\\.c'.*") "")
|
||||
|
||||
;; This test is flaky on at least some architectures.
|
||||
;; https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/1244
|
||||
#$@(if (target-riscv64?)
|
||||
|
|
Loading…
Reference in a new issue