guix-commits
[Top][All Lists]
Advanced

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

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


From: guix-commits
Subject: 159/203: gnu: gstreamer: Disable the pipelines-seek test.
Date: Wed, 3 Nov 2021 21:10:30 -0400 (EDT)

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

commit 22c4bb5503b9db10d3dd44b707c58098465567b3
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]