Workaround for https://gitlab.gnome.org/GNOME/gdk-pixbuf/issues/91
Bug: https://bugs.debian.org/908439
Forwarded: no
Gbp-Pq: Name Don-t-test-default-constructed-GdkPixbuf-properties.patch
if (otypes[i] == GTK_TYPE_FILE_CHOOSER_NATIVE)
continue;
+ /* https://gitlab.gnome.org/GNOME/gdk-pixbuf/issues/91 */
+ if (otypes[i] == GDK_TYPE_PIXBUF)
+ continue;
+
testname = g_strdup_printf ("/Default Values/%s",
g_type_name (otypes[i]));
g_test_add_data_func (testname,