summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2020-11-13 12:18:14 +0100
committerMarius Bakke <marius@gnu.org>2020-11-13 13:00:02 +0100
commit2c400ae94207b3b84fcdcaa21c122076c050d307 (patch)
tree85c8bb81bd47d34e9434151dd8e90fc1c66a24a5 /gnu
parent69967919b3d16afe9ac3f13f94867eac373c858c (diff)
downloadguix-patches-2c400ae94207b3b84fcdcaa21c122076c050d307.tar
guix-patches-2c400ae94207b3b84fcdcaa21c122076c050d307.tar.gz
gnu: gst-plugins-bad: Disable flaky test.
* gnu/packages/gstreamer.scm (gst-plugins-bad)[arguments]: Disable one more test in adjust-tests phase.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/gstreamer.scm4
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index b74b6fdc00..85c48a6877 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -713,7 +713,9 @@ model to base your own plug-in on, here it is.")
(("'GST_PLUGIN_SYSTEM_PATH_1_0', ''")
(string-append "'GST_PLUGIN_SYSTEM_PATH_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
((".*elements/dtls\\.c.*") ""))
#t))))))