testsuite: Skip GtkDragIcon
authorMatthias Clasen <mclasen@redhat.com>
Tue, 14 Jan 2020 14:20:18 +0000 (09:20 -0500)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 14 Jan 2020 14:20:18 +0000 (09:20 -0500)
GtkDragIcon needs a special surface, so skip it
in the notify tests.

testsuite/gtk/notify.c

index 9b02dd2b33aabae1c69cfb381f25d109d57e9973..9df21507c6902bb2e9298a33f19d42a7a7028907 100644 (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))