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
parent
7b15e14a90
commit
b05f3e6a9b
|
@ -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.*") "")
|
||||
|
||||
|
|
Reference in New Issue