diff --git a/tests/meson.build b/tests/meson.build index 795c35ef48173e2978e3d0d8d1d0407bbe15474f..12c5b9f97a9bc84dc308c7c82965f1807ec938df 100644 --- a/tests/meson.build +++ b/tests/meson.build @@ -24,6 +24,6 @@ test( python, args : ['-B', files('check-missing-install-tag.py')], env : common_test_env, - suite : 'lint', + suite : ['lint', 'no-valgrind'], protocol : 'tap', ) \ No newline at end of file