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:
Stefan Kost 2007-01-04 13:54:25 +00:00
parent 6fe3fda99e
commit fcd5faf825
2 changed files with 8 additions and 2 deletions

View file

@ -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:

View file

@ -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)