mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 15:08:53 +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>
|
2007-01-04 Stefan Kost <ensonic@users.sf.net>
|
||||||
|
|
||||||
* tests/check/Makefile.am:
|
* tests/check/Makefile.am:
|
||||||
|
|
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue