1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-01 06:45:55 +02: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:
宋文武
2023-08-09 18:18:16 +08:00
parent 00efabe6fe
commit f39cfc3d5b
+3
View File
@@ -797,6 +797,9 @@ model to base your own plug-in on, here it is.")
;; 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?)