mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-20 15:27:07 +00:00
check: Disabling metadata unit test until #574401 is fixed.
This commit is contained in:
parent
a8b5311363
commit
cf92e49a32
1 changed files with 5 additions and 4 deletions
|
@ -27,11 +27,12 @@ SUPPRESSIONS = $(top_srcdir)/common/gst.supp $(srcdir)/gst-plugins-bad.supp
|
|||
|
||||
clean-local: clean-local-check
|
||||
|
||||
if USE_METADATA
|
||||
check_metadata = pipelines/metadata
|
||||
else
|
||||
# disabling metadata test until #574401 is fixed
|
||||
#if USE_METADATA
|
||||
#check_metadata = pipelines/metadata
|
||||
#else
|
||||
check_metadata =
|
||||
endif
|
||||
#endif
|
||||
|
||||
if USE_MPEG2ENC
|
||||
check_mpeg2enc = elements/mpeg2enc
|
||||
|
|
Loading…
Reference in a new issue