diff options
-rw-r--r-- | data/meson.build | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/data/meson.build b/data/meson.build index 435ff20..7200920 100644 --- a/data/meson.build +++ b/data/meson.build @@ -54,7 +54,9 @@ appdata_file = i18n.merge_file( ) # Validate the appdata file appstream_util = find_program('appstream-util', required: false) -if appstream_util.found() +# Disabling this test for now, see https://github.com/hughsie/appstream-glib/issues/391 +# if appstream_util.found() +if false test('validate-appdata', appstream_util, suite: 'data', args: [ |