diff --git a/src/tests/meson.build b/src/tests/meson.build index b18d32ef8..8a9a533de 100644 --- a/src/tests/meson.build +++ b/src/tests/meson.build @@ -190,10 +190,12 @@ foreach t : default_tests + norun_tests link_with : extra_libs, ) - test(name, exe, - env : test_env, - timeout : 120, - ) + if default_tests.contains(t) + test(name, exe, + env : test_env, + timeout : 120, + ) + endif endforeach # These tests need a running pulseaudio daemon