diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-08-11 12:19:59 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-08-11 12:19:59 +0200 |
commit | f126403bd61a27224cfd4d0dafde32daea9fc0c9 (patch) | |
tree | 41b9264a6a95274e9b28984dc92eaa8ffa8cae37 | |
parent | 02f688ee9d5ca96639e96cf24371769214e162e0 (diff) |
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
-rw-r--r-- | tests/check/Makefile.am | 4 |
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) \ |