diff options
author | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-11-12 21:23:54 -0500 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2021-11-12 21:26:10 -0500 |
commit | b05f3e6a9b9c941f4d8ba75d0883347b545833f7 (patch) | |
tree | bd187bc49776ee37e6fe4cbe04788969d3cf7ac8 /gnu/packages/gstreamer.scm | |
parent | 7b15e14a904c732d7c950b8a624904308d5b869f (diff) |
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'.
Diffstat (limited to 'gnu/packages/gstreamer.scm')
-rw-r--r-- | gnu/packages/gstreamer.scm | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gnu/packages/gstreamer.scm b/gnu/packages/gstreamer.scm index a4c7967c4c..7371f1cd9f 100644 --- a/gnu/packages/gstreamer.scm +++ b/gnu/packages/gstreamer.scm @@ -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.*") "") |