gdk: Mark the docs check as failing

It complains about get_type functions, which really don't need
or want docs.
This commit is contained in:
Matthias Clasen 2024-08-11 15:03:13 -04:00
parent 15552e5478
commit f5194bbf83

View File

@ -38,7 +38,7 @@ if get_option('documentation')
gdk_gir[0],
],
depends: gdk_gir[0],
suite: ['docs'],
suite: ['docs', 'failing'],
)
if x11_enabled