summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/pixbuf-gif.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/pixbuf-gif.c b/tests/pixbuf-gif.c
index f15c24821..04b337113 100644
--- a/tests/pixbuf-gif.c
+++ b/tests/pixbuf-gif.c
@@ -79,6 +79,12 @@ run_gif_test (gconstpointer data)
int i;
GError *error = NULL;
+ if (!format_supported (filename))
+ {
+ g_test_skip ("GIF format not supported");
+ return;
+ }
+
config_file = g_key_file_new ();
g_key_file_set_list_separator (config_file, ',');
config_filename = g_strdup_printf ("%s.conf", name);