diff options
author | Edward Hervey <bilboed@bilboed.com> | 2009-03-12 20:13:11 +0100 |
---|---|---|
committer | Edward Hervey <bilboed@bilboed.com> | 2009-03-12 20:13:11 +0100 |
commit | cf92e49a32e51f12ffac947e4ddec66e11d59a92 (patch) | |
tree | 6cb3e36160ba8b493dc97127786ddca424213c49 /tests/check | |
parent | a8b5311363779f483316aa38d5567a03ad77cbd6 (diff) | |
download | gst-plugins-bad-cf92e49a32e51f12ffac947e4ddec66e11d59a92.tar.gz gst-plugins-bad-cf92e49a32e51f12ffac947e4ddec66e11d59a92.tar.bz2 gst-plugins-bad-cf92e49a32e51f12ffac947e4ddec66e11d59a92.zip |
check: Disabling metadata unit test until #574401 is fixed.
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 |