summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2013-11-20 23:51:32 +0000
committerEmmanuele Bassi <ebassi@gnome.org>2013-11-20 23:51:32 +0000
commitf5ac9a7b972fe53968e128c615b05bda487a71f7 (patch)
treee160aec4625412dbbadc48453dac7cfc4b5471e4
parent48d8e1d48e0f77cec1a30423cdca4450b82b9d69 (diff)
downloadclutter-f5ac9a7b972fe53968e128c615b05bda487a71f7.tar.gz
conform: Disable texture-fbo unit
It's a pretty pointless test, which got dropped in newer releases of Clutter.
-rw-r--r--tests/conform/test-conform-main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/conform/test-conform-main.c b/tests/conform/test-conform-main.c
index f5b2aadb5..d8bde798f 100644
--- a/tests/conform/test-conform-main.c
+++ b/tests/conform/test-conform-main.c
@@ -190,7 +190,6 @@ main (int argc, char **argv)
TEST_CONFORM_SIMPLE ("/rectangle", rectangle_set_color);
TEST_CONFORM_SIMPLE ("/texture", texture_pick_with_alpha);
- TEST_CONFORM_SIMPLE ("/texture", texture_fbo);
TEST_CONFORM_SIMPLE ("/texture/cairo", texture_cairo);
TEST_CONFORM_SIMPLE ("/interval", interval_initial_state);