cogl/test-utils: Skip "showing" the onscreen

Tests pass anyway.

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1514>
This commit is contained in:
Jonas Ådahl 2020-10-19 22:27:15 +02:00 committed by Robert Mader
parent 0fdf6a6405
commit b0ec3a3ad7

View File

@ -178,9 +178,6 @@ test_utils_init (TestFlags requirement_flags,
if (!cogl_framebuffer_allocate (test_fb, &error))
g_critical ("Failed to allocate framebuffer: %s", error->message);
if (onscreen)
cogl_onscreen_show (onscreen);
cogl_framebuffer_clear4f (test_fb,
COGL_BUFFER_BIT_COLOR |
COGL_BUFFER_BIT_DEPTH |