diff --git a/tests/conform/test-conform-main.c b/tests/conform/test-conform-main.c index 4f66b14fb..8e811ada8 100644 --- a/tests/conform/test-conform-main.c +++ b/tests/conform/test-conform-main.c @@ -73,7 +73,7 @@ main (int argc, char **argv) UNPORTED_TEST (test_cogl_npot_texture); UNPORTED_TEST (test_cogl_multitexture); UNPORTED_TEST (test_cogl_texture_mipmaps); - ADD_TEST (test_cogl_sub_texture, TEST_REQUIREMENT_GL); + ADD_TEST (test_cogl_sub_texture, 0); ADD_TEST (test_cogl_pixel_buffer, 0); UNPORTED_TEST (test_cogl_texture_rectangle); ADD_TEST (test_cogl_texture_3d, 0);