guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: gst-plugins-bad: Disable flaky test.


From: guix-commits
Subject: 02/02: gnu: gst-plugins-bad: Disable flaky test.
Date: Sun, 15 Nov 2020 17:35:52 -0500 (EST)

mbakke pushed a commit to branch staging
in repository guix.

commit 2c400ae94207b3b84fcdcaa21c122076c050d307
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Fri Nov 13 12:18:14 2020 +0100

    gnu: gst-plugins-bad: Disable flaky test.
    
    * gnu/packages/gstreamer.scm (gst-plugins-bad)[arguments]: Disable one more
    test in adjust-tests phase.
---
 gnu/packages/gstreamer.scm | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index b74b6fd..85c48a6 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))))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]