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> 2007-01-04 Stefan Kost <ensonic@users.sf.net>
* tests/check/Makefile.am: * tests/check/Makefile.am:

View file

@ -57,7 +57,6 @@ REGISTRY_CHECKS = \
elements/fdsrc \ elements/fdsrc \
elements/filesrc \ elements/filesrc \
elements/identity \ elements/identity \
elements/queue \
libs/basesrc \ libs/basesrc \
libs/controller \ libs/controller \
libs/typefindhelper \ libs/typefindhelper \
@ -92,9 +91,11 @@ check_PROGRAMS = \
libs/gstnettimeprovider libs/gstnettimeprovider
# failing tests # failing tests
# queue : tests is unstable (race conditions)
noinst_PROGRAMS = \ noinst_PROGRAMS = \
gst/gstpipeline \ gst/gstpipeline \
libs/collectpads libs/collectpads \
elements/queue
TESTS = $(check_PROGRAMS) TESTS = $(check_PROGRAMS)