From 71166456d0c6b3b993ad40af30546e9c8bc6f763 Mon Sep 17 00:00:00 2001 From: Edward Hervey Date: Thu, 29 Mar 2012 17:41:36 +0200 Subject: [PATCH] tests: Properly disable non-ported tests --- tests/check/libs/video.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/check/libs/video.c b/tests/check/libs/video.c index 546516aeb6..73778c201e 100644 --- a/tests/check/libs/video.c +++ b/tests/check/libs/video.c @@ -1126,7 +1126,7 @@ GST_START_TEST (test_overlay_composition_premultiplied_alpha) GST_END_TEST; #endif - +#if 0 GST_START_TEST (test_overlay_composition_global_alpha) { GstVideoOverlayRectangle *rect1; @@ -1505,7 +1505,7 @@ GST_START_TEST (test_overlay_composition_global_alpha) } GST_END_TEST; - +#endif static Suite * video_suite (void) {