docs: Mark the docs check as failing

Despite promises, and after fixing the configuration, the test still
complains about deprecated api not having docs. Not useful.
This commit is contained in:
Matthias Clasen 2024-08-11 15:01:59 -04:00
parent d9616c1993
commit 15552e5478

View File

@ -74,7 +74,7 @@ if get_option('documentation')
gtk_gir[0],
],
depends: gtk_gir[0],
suite: ['docs'],
suite: ['docs', 'failing'],
)
endif