mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
tests/check: disable all ipcpipeline tests until I find a way to make them run reliably
This commit is contained in:
parent
379f6bd5d9
commit
275592927b
1 changed files with 2 additions and 1 deletions
|
@ -230,11 +230,13 @@ VALGRIND_TESTS_DISABLE = \
|
||||||
|
|
||||||
# these tests don't even pass
|
# these tests don't even pass
|
||||||
# neon: too flaky (almost always fails 'the first time')
|
# neon: too flaky (almost always fails 'the first time')
|
||||||
|
# ipcpipeline: too flaky (always fails on the build bot)
|
||||||
# dashdemux: fails because it uses random data streams but dashdemux nowadays
|
# dashdemux: fails because it uses random data streams but dashdemux nowadays
|
||||||
# actually looks at the data and doesn't like randomness
|
# actually looks at the data and doesn't like randomness
|
||||||
noinst_PROGRAMS = \
|
noinst_PROGRAMS = \
|
||||||
pipelines/streamheader \
|
pipelines/streamheader \
|
||||||
$(check_dash_demux) \
|
$(check_dash_demux) \
|
||||||
|
$(check_ipcpipeline) \
|
||||||
$(check_neon)
|
$(check_neon)
|
||||||
|
|
||||||
check_PROGRAMS = \
|
check_PROGRAMS = \
|
||||||
|
@ -280,7 +282,6 @@ check_PROGRAMS = \
|
||||||
elements/rtponviftimestamp \
|
elements/rtponviftimestamp \
|
||||||
elements/id3mux \
|
elements/id3mux \
|
||||||
pipelines/mxf \
|
pipelines/mxf \
|
||||||
$(check_ipcpipeline) \
|
|
||||||
libs/isoff \
|
libs/isoff \
|
||||||
libs/mpegvideoparser \
|
libs/mpegvideoparser \
|
||||||
libs/mpegts \
|
libs/mpegts \
|
||||||
|
|
Loading…
Reference in a new issue