diff --git a/testsuite/gtk/meson.build b/testsuite/gtk/meson.build index 73dd1369c3..a5811561e7 100644 --- a/testsuite/gtk/meson.build +++ b/testsuite/gtk/meson.build @@ -261,6 +261,7 @@ foreach test : focus_chain_tests join_paths(meson.current_source_dir(), 'focus-chain', test[0] + '.ui'), join_paths(meson.current_source_dir(), 'focus-chain', test[0] + '.' + test[1]), ], + is_parallel: false, env: test_env, suite: [ 'gtk', 'focus' ], )