mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-24 18:51:11 +00:00
tests: Properly disable non-ported tests
This commit is contained in:
parent
b635c69145
commit
71166456d0
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue