mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +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
|
# videoconvert takes too long, so disabled for now
|
||||||
VALGRIND_TO_FIX = \
|
VALGRIND_TO_FIX = \
|
||||||
elements/videoconvert \
|
elements/videoconvert \
|
||||||
libs/video
|
libs/video \
|
||||||
|
$(check_orc)
|
||||||
|
|
||||||
# these tests don't even pass
|
# these tests don't even pass
|
||||||
noinst_PROGRAMS = $(check_libvisual)
|
noinst_PROGRAMS = $(check_libvisual)
|
||||||
|
|
Loading…
Reference in a new issue