diff options
Diffstat (limited to 'tests/check')
-rw-r--r-- | tests/check/Makefile.am | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/tests/check/Makefile.am b/tests/check/Makefile.am index 79c9f684..91becc32 100644 --- a/tests/check/Makefile.am +++ b/tests/check/Makefile.am @@ -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 |