mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-04-22 15:19:16 +02:00
tests: Don’t run check-missing-install-tag.py test under valgrind
Like in commit 80e878005f38c5f30dd8cf073a06b995caf6eb30, 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,
|
python,
|
||||||
args : ['-B', files('check-missing-install-tag.py')],
|
args : ['-B', files('check-missing-install-tag.py')],
|
||||||
env : common_test_env,
|
env : common_test_env,
|
||||||
suite : 'lint',
|
suite : ['lint', 'no-valgrind'],
|
||||||
protocol : 'tap',
|
protocol : 'tap',
|
||||||
)
|
)
|
Loading…
x
Reference in New Issue
Block a user