summaryrefslogtreecommitdiff
path: root/tests/pixbuf-threads.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pixbuf-threads.c')
-rw-r--r--tests/pixbuf-threads.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/pixbuf-threads.c b/tests/pixbuf-threads.c
index 7a56222c9..1db139c99 100644
--- a/tests/pixbuf-threads.c
+++ b/tests/pixbuf-threads.c
@@ -84,8 +84,6 @@ test_threads (void)
g_thread_pool_push (pool, "valid_jpeg_progressive_test", NULL);
if (format_supported ("xpm"))
g_thread_pool_push (pool, "valid_xpm_test", NULL);
- if (format_supported ("ras"))
- g_thread_pool_push (pool, "valid_ras_test", NULL);
if (format_supported ("tga"))
g_thread_pool_push (pool, "valid_tga_test", NULL);
if (format_supported ("tiff"))