From cf92e49a32e51f12ffac947e4ddec66e11d59a92 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Thu, 12 Mar 2009 20:13:11 +0100 Subject: check: Disabling metadata unit test until #574401 is fixed. --- tests/check/Makefile.am | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'tests') 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 -- cgit v1.2.1