Merge branch 'check-missing-install-tag-valgrind' into 'main'

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

See merge request GNOME/glib!3940
This commit is contained in:
Philip Withnall 2024-03-01 13:15:10 +00:00
commit 9249dc6050

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