gnu: gst-plugins-bad: Ignore elements_netsim test.
* gnu/packages/gstreamer.scm (gst-plugins-bad)[adjust-tests]: Add “elements/netsim.c” to the list of ignored test files. Reviewed-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>master
parent
d2ef6ab0ad
commit
a06e59a677
|
@ -796,6 +796,10 @@ model to base your own plug-in on, here it is.")
|
||||||
;; The 'elements_curlhttpsrc' test sometimes times out.
|
;; The 'elements_curlhttpsrc' test sometimes times out.
|
||||||
((".*'elements/curlhttpsrc\\.c'.*") "")
|
((".*'elements/curlhttpsrc\\.c'.*") "")
|
||||||
|
|
||||||
|
;; Unexpected critical/warning, see
|
||||||
|
;; <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/issues/3000>
|
||||||
|
((".*'elements/netsim\\.c'.*") "")
|
||||||
|
|
||||||
;; TODO: Figure out why this test fails on riscv64-linux.
|
;; TODO: Figure out why this test fails on riscv64-linux.
|
||||||
#$@(if (target-riscv64?)
|
#$@(if (target-riscv64?)
|
||||||
`((("'elements/viewfinderbin\\.c'\\].*],")
|
`((("'elements/viewfinderbin\\.c'\\].*],")
|
||||||
|
|
Reference in New Issue