From 4bddc9276b33c8c805e60adc055ee93c25bb3a07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 28 Nov 2014 13:29:37 +0000 Subject: [PATCH] tests: don't run orc/* tests under valgrind They just seem to blow up for some reason that needs investigating. --- tests/check/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 625bb229bb..9ffe07c7a2 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -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)