testsuite: Skip GtkDragIcon

GtkDragIcon needs a special surface, so skip it
in the notify tests.
This commit is contained in:
Matthias Clasen 2020-01-14 09:20:18 -05:00
parent a935aae6f1
commit 256139baab

View File

@ -415,6 +415,10 @@ test_type (gconstpointer data)
if (g_type_is_a (type, GTK_TYPE_MOUNT_OPERATION))
return;
/* Needs a special surface */
if (g_type_is_a (type, GTK_TYPE_DRAG_ICON))
return;
klass = g_type_class_ref (type);
if (g_type_is_a (type, GTK_TYPE_SETTINGS))