gnu: gst-plugins-bad: Disable flaky test.
* gnu/packages/gstreamer.scm (gst-plugins-bad)[arguments]: Disable one more test in adjust-tests phase.
This commit is contained in:
parent
69967919b3
commit
2c400ae942
1 changed files with 3 additions and 1 deletions
|
@ -713,7 +713,9 @@ model to base your own plug-in on, here it is.")
|
||||||
(("'GST_PLUGIN_SYSTEM_PATH_1_0', ''")
|
(("'GST_PLUGIN_SYSTEM_PATH_1_0', ''")
|
||||||
(string-append "'GST_PLUGIN_SYSTEM_PATH_1_0', '"
|
(string-append "'GST_PLUGIN_SYSTEM_PATH_1_0', '"
|
||||||
gst-plugins-good "/lib/gstreamer-1.0'"))
|
gst-plugins-good "/lib/gstreamer-1.0'"))
|
||||||
;; This test occasionally times out, see
|
;; These tests are flaky and occasionally time out:
|
||||||
|
;; https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/issues/932
|
||||||
|
((".*elements/curlhttpsrc\\.c.*") "")
|
||||||
;; https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/issues/1412
|
;; https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/issues/1412
|
||||||
((".*elements/dtls\\.c.*") ""))
|
((".*elements/dtls\\.c.*") ""))
|
||||||
#t))))))
|
#t))))))
|
||||||
|
|
Reference in a new issue