mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-11 10:34:11 +00:00
tests: disable GstIndex unit test
This commit is contained in:
parent
c61b2ade7b
commit
65975daec9
1 changed files with 3 additions and 1 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue