me
/
guix
Archived
1
0
Fork 0

gnu: gst-plugins-bad: Disable the nondeterministic 'shm_live' test.

* gnu/packages/gstreamer.scm (gst-plugins-bad):
[phases]{adjust-tests}: Disable the 'shm' test suite, which includes
'shm_live'.
master
Maxim Cournoyer 2021-11-12 21:23:54 -05:00
parent 7b15e14a90
commit b05f3e6a9b
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 5 additions and 0 deletions

View File

@ -768,6 +768,11 @@ model to base your own plug-in on, here it is.")
((".*elements/msdkh264enc\\.c.*") "")
((".*elements/svthevcenc\\.c.*") "")
;; The 'elements_shm.test_shm_live' test sometimes times out
;; (see:
;; https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/790).
((".*'elements/shm\\.c'.*") "")
;; FIXME: Why is this failing.
((".*elements/dash_mpd\\.c.*") "")