gnu: gst-plugins-bad: Skip flaky test.

* gnu/packages/gstreamer.scm (gst-plugins-bad)[arguments]: Skip
"elements_curlhttpsrc" test.
This commit is contained in:
宋文武 2023-08-09 18:18:16 +08:00
parent 00efabe6fe
commit f39cfc3d5b
No known key found for this signature in database
GPG key ID: D415BF253B515976

View file

@ -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?)