test: Disable the text_properties_in_layer test until it's properly implemented

This commit is contained in:
Edward Hervey 2010-12-15 15:56:38 +01:00
parent 132cb68ab2
commit 0486623e30

View file

@ -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;
}