Disable a couple more failing tests.
authorPeter Michael Green <plugwash@raspbian.org>
Thu, 19 Jan 2023 23:31:24 +0000 (23:31 +0000)
committerPeter Michael Green <plugwash@debian.org>
Thu, 19 Jan 2023 23:30:32 +0000 (23:30 +0000)
Gbp-Pq: Name disable-a-couple-more-failing-tests.patch

testsuite/tools/meson.build

index 582bce6fb808a69f39fb76c9ad6f2523ac0c26b5..9ee118a49a060d9a9e00b68ea0a2c0413679ea1b 100644 (file)
@@ -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),