guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 03/03: gnu: gst-plugins-bad: Skip flaky test.
Date: Wed, 9 Aug 2023 06:23:22 -0400 (EDT)

iyzsong pushed a commit to branch kde-updates
in repository guix.

commit f39cfc3d5b4529548b15fd7edf45893c572fe45a
Author: 宋文武 <iyzsong@member.fsf.org>
AuthorDate: Wed Aug 9 18:18:16 2023 +0800

    gnu: gst-plugins-bad: Skip flaky test.
    
    * gnu/packages/gstreamer.scm (gst-plugins-bad)[arguments]: Skip
    "elements_curlhttpsrc" test.
---
 gnu/packages/gstreamer.scm | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 075f424560..86886c025f 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -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?)



reply via email to

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