From f126403bd61a27224cfd4d0dafde32daea9fc0c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Thu, 11 Aug 2016 12:19:59 +0200 Subject: [PATCH] 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 --- tests/check/Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 10495ebdc8..147c0a1a22 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) \