dashdemux: Disable unit test for the time being

It uses random data streams but dashdemux nowadays actually looks into the
streams and doesn't like randomness very much. The tests should probably just
become validate tests on real streams.

https://bugzilla.gnome.org/show_bug.cgi?id=769553
This commit is contained in:
Sebastian Dröge 2016-08-11 12:19:59 +02:00
parent 02f688ee9d
commit f126403bd6

View file

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