test: Disable the text_properties_in_layer test until it's properly implemented
authorEdward Hervey <edward.hervey@collabora.co.uk>
Wed, 15 Dec 2010 14:56:38 +0000 (15:56 +0100)
committerEdward Hervey <edward.hervey@collabora.co.uk>
Wed, 15 Dec 2010 14:56:38 +0000 (15:56 +0100)
tests/check/ges/text_properties.c

index 9b266b1..cf2cf7b 100644 (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;
 }