gnu: gstreamer: Disable failing tests on i686 again.

* gnu/packages/gstreamer.scm (gstreamer)[arguments]: Disable two tests on
i686-linux.
This commit is contained in:
Marius Bakke 2022-09-17 00:36:28 +02:00
parent 706e6c3c8f
commit 09efea1ce0
No known key found for this signature in database
GPG key ID: A2A06DF2A33A54FA

View file

@ -479,7 +479,21 @@ (define-public gstreamer
(arguments
(list #:phases
#~(modify-phases %standard-phases
#$@%common-gstreamer-phases)))
#$@%common-gstreamer-phases
#$@(if (string-prefix? "i686" (or (%current-target-system)
(%current-system)))
;; FIXME: These tests consistently fail in the Guix CI:
;; https://issues.guix.gnu.org/57868
'((add-after 'unpack 'disable-systemclock-test
(lambda _
(substitute* "tests/check/gst/gstsystemclock.c"
(("tcase_add_test \\(tc_chain, \
test_stress_cleanup_unschedule.*")
"")
(("tcase_add_test \\(tc_chain, \
test_stress_reschedule.*")
"")))))
'()))))
(propagated-inputs
;; In gstreamer-1.0.pc:
;; Requires: glib-2.0, gobject-2.0