3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: gstreamer: Disable the pipelines-seek test.

* gnu/packages/gstreamer.scm (gstreamer)
[phases]{disable-problematic-tests}: New phase.
This commit is contained in:
Maxim Cournoyer 2021-10-27 16:52:33 -04:00
parent 86528cab04
commit a4ad0187d3
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -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