mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-27 12:11:13 +00:00
test: Disable the text_properties_in_layer test until it's properly implemented
This commit is contained in:
parent
132cb68ab2
commit
0486623e30
1 changed files with 5 additions and 2 deletions
|
@ -120,8 +120,11 @@ ges_suite (void)
|
|||
|
||||
suite_add_tcase (s, tc_chain);
|
||||
|
||||
tcase_add_test (tc_chain, test_text_properties_in_layer);
|
||||
|
||||
/* Disabled until adding overlays/effect to generic sources
|
||||
* is re-added. (Edward, 15th Dec 2010) */
|
||||
if (0) {
|
||||
tcase_add_test (tc_chain, test_text_properties_in_layer);
|
||||
}
|
||||
return s;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue