summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/check/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am
index 10495ebdc..147c0a1a2 100644
--- a/tests/check/Makefile.am
+++ b/tests/check/Makefile.am
@@ -228,15 +228,17 @@ VALGRIND_TESTS_DISABLE = \
# these tests don't even pass
# neon: too flaky (almost always fails 'the first time')
+# dashdemux: fails because it uses random data streams but dashdemux nowadays
+# actually looks at the data and doesn't like randomness
noinst_PROGRAMS = \
pipelines/streamheader \
+ $(check_dash_demux) \
$(check_neon)
check_PROGRAMS = \
generic/states \
$(check_assrender) \
$(check_dash) \
- $(check_dash_demux) \
$(check_faac) \
$(check_faad) \
$(check_voaacenc) \