summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/check/Makefile.am11
1 files changed, 9 insertions, 2 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index 1fc64c54..21e291a1 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -78,18 +78,25 @@ VALGRIND_TO_FIX = \
VALGRIND_TESTS_DISABLE = \
$(VALGRIND_TO_FIX)
+# these tests don't even pass
+# camerabin: temporarily disabled because it fails with current core -git
+# (which will be release before the next -bad release though, and chances are
+# changes to fix this are needed in the camerabin test)
+# neon: too flaky (almost always fails 'the first time')
+noinst_PROGRAMS = \
+ $(check_neon) \
+ elements/camerabin
+
check_PROGRAMS = \
generic/states \
$(check_mpeg2enc) \
$(check_mplex) \
- $(check_neon) \
$(check_ofa) \
$(check_timidity) \
$(check_kate) \
elements/aacparse \
elements/amrparse \
elements/asfmux \
- elements/camerabin \
elements/legacyresample \
elements/qtmux \
elements/rtpbin \