check: Disable the playbin2 for this release, as it is a bit racy.
authorJan Schmidt <thaytan@noraisin.net>
Fri, 24 Apr 2009 17:13:00 +0000 (18:13 +0100)
committerJan Schmidt <thaytan@noraisin.net>
Fri, 24 Apr 2009 17:13:22 +0000 (18:13 +0100)
Disable the test, as per the discussion in #580120. Needs re-enabling
after the release, when playbin2 is fixed.

tests/check/Makefile.am

index 5373991..992b85a 100644 (file)
@@ -100,7 +100,6 @@ check_PROGRAMS = \
        elements/gdppay \
        elements/multifdsink \
        elements/playbin \
-       elements/playbin2 \
        $(check_subparse) \
        elements/videorate \
        elements/videoscale \
@@ -131,7 +130,7 @@ VALGRIND_TO_FIX = \
        libs/video
 
 # these tests don't even pass
-noinst_PROGRAMS = $(check_libvisual)
+noinst_PROGRAMS = $(check_libvisual) elements/playbin2
 
 AM_CFLAGS = $(GST_CFLAGS) $(GST_CHECK_CFLAGS)
 LDADD = $(GST_LIBS) $(GST_CHECK_LIBS)