mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-18 05:16:05 +00:00
tests/check/Makefile.am: disable test again, as there seem to be still race problems
Original commit message from CVS: * tests/check/Makefile.am: disable test again, as there seem to be still race problems
This commit is contained in:
parent
6fe3fda99e
commit
fcd5faf825
2 changed files with 8 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2007-01-04 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* tests/check/Makefile.am:
|
||||
disable test again, as there seem to be still race problems
|
||||
|
||||
2007-01-04 Stefan Kost <ensonic@users.sf.net>
|
||||
|
||||
* tests/check/Makefile.am:
|
||||
|
|
|
@ -57,7 +57,6 @@ REGISTRY_CHECKS = \
|
|||
elements/fdsrc \
|
||||
elements/filesrc \
|
||||
elements/identity \
|
||||
elements/queue \
|
||||
libs/basesrc \
|
||||
libs/controller \
|
||||
libs/typefindhelper \
|
||||
|
@ -92,9 +91,11 @@ check_PROGRAMS = \
|
|||
libs/gstnettimeprovider
|
||||
|
||||
# failing tests
|
||||
# queue : tests is unstable (race conditions)
|
||||
noinst_PROGRAMS = \
|
||||
gst/gstpipeline \
|
||||
libs/collectpads
|
||||
libs/collectpads \
|
||||
elements/queue
|
||||
|
||||
TESTS = $(check_PROGRAMS)
|
||||
|
||||
|
|
Loading…
Reference in a new issue