From c69ddddcfc3553a3f70b650be4afbab4af6eb093 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 26 Feb 2024 12:08:14 +0000 Subject: [PATCH] =?UTF-8?q?tests:=20Don=E2=80=99t=20run=20check-missing-in?= =?UTF-8?q?stall-tag.py=20test=20under=20valgrind?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Like in commit 80e878005f38c5f30dd8cf073a06b995caf6eb30, running this test under valgrind is not useful. Signed-off-by: Philip Withnall --- tests/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/meson.build b/tests/meson.build index 795c35ef4..12c5b9f97 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