mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-23 20:46:14 +01:00
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:
parent
5b022f903c
commit
c69ddddcfc
@ -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',
|
||||
)
|
Loading…
Reference in New Issue
Block a user