diff options
author | George Kiagiadakis <george.kiagiadakis@collabora.com> | 2017-09-21 11:46:22 +0300 |
---|---|---|
committer | George Kiagiadakis <george.kiagiadakis@collabora.com> | 2017-09-21 11:46:22 +0300 |
commit | 275592927b94c5fa2eb27e2c46fd1fdcfbee016c (patch) | |
tree | 9abdfb48596ce52327ba73c79ebd81c3dd4ca650 /tests | |
parent | 379f6bd5d9a16af4053c7dc684fef9fed9ffb382 (diff) |
tests/check: disable all ipcpipeline tests until I find a way to make them run reliably
Diffstat (limited to 'tests')
-rw-r--r-- | tests/check/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 0713dd4c1..775ba7555 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -230,11 +230,13 @@ VALGRIND_TESTS_DISABLE = \ # these tests don't even pass # 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 # actually looks at the data and doesn't like randomness noinst_PROGRAMS = \ pipelines/streamheader \ $(check_dash_demux) \ + $(check_ipcpipeline) \ $(check_neon) check_PROGRAMS = \ @@ -280,7 +282,6 @@ check_PROGRAMS = \ elements/rtponviftimestamp \ elements/id3mux \ pipelines/mxf \ - $(check_ipcpipeline) \ libs/isoff \ libs/mpegvideoparser \ libs/mpegts \ |