tests: disable GstIndex unit test
authorTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 30 Dec 2011 15:39:55 +0000 (15:39 +0000)
committerTim-Philipp Müller <tim.muller@collabora.co.uk>
Fri, 30 Dec 2011 18:32:59 +0000 (18:32 +0000)
tests/check/Makefile.am

index 0bbe12a01fdc37c84c866ad074ba70c89d929af4..d1788df81c1ca7838ba488388214212c0bb3d607 100644 (file)
@@ -27,6 +27,9 @@ SUPPRESSIONS = $(top_srcdir)/common/gst.supp
 
 clean-local: clean-local-check
 
+# These tests don't even build any longer:
+#   gst/gstindex.c
+
 if GST_DISABLE_PARSE
 PARSE_CHECKS = pipelines/parse-disabled
 else
@@ -67,7 +70,6 @@ REGISTRY_CHECKS =                             \
        gst/gstelementfactory                   \
        gst/gstevent                            \
        gst/gstghostpad                         \
-       gst/gstindex                            \
        gst/gstplugin                           \
        gst/gstpreset                           \
        gst/gstquery                            \