mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 07:47:17 +00:00
tests: don't run orc/* tests under valgrind
They just seem to blow up for some reason that needs investigating.
This commit is contained in:
parent
19d2a5255c
commit
4bddc9276b
1 changed files with 2 additions and 1 deletions
|
@ -242,7 +242,8 @@ check_PROGRAMS = \
|
|||
# videoconvert takes too long, so disabled for now
|
||||
VALGRIND_TO_FIX = \
|
||||
elements/videoconvert \
|
||||
libs/video
|
||||
libs/video \
|
||||
$(check_orc)
|
||||
|
||||
# these tests don't even pass
|
||||
noinst_PROGRAMS = $(check_libvisual)
|
||||
|
|
Loading…
Reference in a new issue