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:
Tim-Philipp Müller 2014-11-28 13:29:37 +00:00
parent 19d2a5255c
commit 4bddc9276b

View file

@ -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)