From: Edward Hervey Date: Sat, 27 Oct 2018 15:55:54 +0000 (+0200) Subject: check: Disable mssdemux unit test for now X-Git-Tag: 1.19.3~507^2~3892 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=08d1e817d0476b5aba2a3f8d1a03a6e490bde572;p=platform%2Fupstream%2Fgstreamer.git check: Disable mssdemux unit test for now This is for the same reason as the dash tests. This should ideally be converted to gst-validate tests. These tests randomly timeout also due to the tests doing seeks from the streaming thread (sic). --- diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index c0e1cf2..c6e86d4 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -232,6 +232,7 @@ VALGRIND_TESTS_DISABLE = \ # actually looks at the data and doesn't like randomness noinst_PROGRAMS = \ pipelines/streamheader \ + $(check_mssdemux) \ $(check_dash_demux) \ $(check_ipcpipeline) \ $(check_neon) @@ -247,7 +248,6 @@ check_PROGRAMS = \ $(check_voamrwbenc) \ $(check_mpeg2enc) \ $(check_mplex) \ - $(check_mssdemux) \ $(check_ofa) \ $(check_kate) \ $(check_opencv) \ diff --git a/tests/check/meson.build b/tests/check/meson.build index 11d16a4..9e3b9ed 100644 --- a/tests/check/meson.build +++ b/tests/check/meson.build @@ -43,7 +43,6 @@ base_tests = [ [['elements/mpeg4videoparse.c'], false, [libparser_dep]], [['elements/mpegtsmux.c']], [['elements/mpegvideoparse.c'], false, [libparser_dep]], - [['elements/mssdemux.c', 'elements/test_http_src.c', 'elements/adaptive_demux_engine.c', 'elements/adaptive_demux_common.c'], not xml28_dep.found(), [xml28_dep]], [['elements/mxfdemux.c']], [['elements/mxfmux.c']], [['elements/netsim.c']],