diff --git a/tests/conform/test-conform-main.c b/tests/conform/test-conform-main.c index 4872ef185..d29fc835a 100644 --- a/tests/conform/test-conform-main.c +++ b/tests/conform/test-conform-main.c @@ -211,6 +211,9 @@ main (int argc, char **argv) TEST_CONFORM_SIMPLE ("/behaviours", test_behaviours); + /* FIXME - see bug https://bugzilla.gnome.org/show_bug.cgi?id=655588 */ + TEST_CONFORM_TODO ("/cally", cally_text); + TEST_CONFORM_SIMPLE ("/cogl", test_cogl_object); TEST_CONFORM_SIMPLE ("/cogl", test_cogl_fixed); TEST_CONFORM_SIMPLE ("/cogl", test_cogl_backface_culling); @@ -247,7 +250,5 @@ main (int argc, char **argv) TEST_CONFORM_SIMPLE ("/cogl", test_cogl_viewport); TEST_CONFORM_SIMPLE ("/cogl", test_cogl_offscreen); - TEST_CONFORM_SIMPLE ("/cally", cally_text); - return g_test_run (); }