From: Peter Michael Green Date: Thu, 19 Jan 2023 23:31:24 +0000 (+0000) Subject: Disable a couple more failing tests. X-Git-Tag: archive/raspbian/4.8.3+ds-2+rpi1~4 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=f753f47acc473504eb4ba0d7494811105732a7c4;p=gtk4.git Disable a couple more failing tests. Gbp-Pq: Name disable-a-couple-more-failing-tests.patch --- diff --git a/testsuite/tools/meson.build b/testsuite/tools/meson.build index 582bce6fb8..9ee118a49a 100644 --- a/testsuite/tools/meson.build +++ b/testsuite/tools/meson.build @@ -5,7 +5,7 @@ bash = find_program('bash', required : false) if bash.found() test_env = environment() - foreach t : ['simplify', 'simplify-3to4', 'validate', 'settings'] + foreach t : ['validate', 'settings'] if get_option('install-tests') configure_file(output: t, input: '@0@.in'.format(t),