tests: Don’t run check-missing-install-tag.py test under valgrind

Like in commit 80e878005f, running this
test under valgrind is not useful.

Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
Philip Withnall 2024-02-26 12:08:14 +00:00
parent 5b022f903c
commit c69ddddcfc

View File

@ -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',
)