guix-commits
[Top][All Lists]
Advanced

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

159/227: gnu: gstreamer: Disable the pipelines-seek test.


From: guix-commits
Subject: 159/227: gnu: gstreamer: Disable the pipelines-seek test.
Date: Thu, 11 Nov 2021 12:30:33 -0500 (EST)

apteryx pushed a commit to branch core-updates-frozen
in repository guix.

commit a4ad0187d38325531b02062b46c552d1a52511bd
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Wed Oct 27 16:52:33 2021 -0400

    gnu: gstreamer: Disable the pipelines-seek test.
    
    * gnu/packages/gstreamer.scm (gstreamer)
    [phases]{disable-problematic-tests}: New phase.
---
 gnu/packages/gstreamer.scm | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm
index 2a7679b..2ee9fdc 100644
--- a/gnu/packages/gstreamer.scm
+++ b/gnu/packages/gstreamer.scm
@@ -497,7 +497,15 @@ the GStreamer multimedia framework.")
                         "")
                        (("tcase_add_test \\(tc_chain, 
test_stress_reschedule.*")
                         "")))))
-               '()))))
+               '())
+         (add-after 'unpack 'disable-problematic-tests
+           (lambda _
+             ;; Disable the 'pipelines-seek' test, which appears to be load
+             ;; sensitive (see:
+             ;; 
https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/854).
+             (substitute* "tests/check/meson.build"
+               ((".*'pipelines/seek.c'.*")
+                "")))))))
     (propagated-inputs
      ;; In gstreamer-1.0.pc:
      ;;   Requires: glib-2.0, gobject-2.0



reply via email to

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