From: Daan De Meyer Date: Tue, 7 May 2024 13:21:27 +0000 (+0200) Subject: test: Mark TEST-21-DFUZZER as slow and skip it by default X-Git-Tag: v256-rc2~81^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F32681%2Fhead;p=thirdparty%2Fsystemd.git test: Mark TEST-21-DFUZZER as slow and skip it by default The test is not really useful without sanitizers, so let's mark it as slow and not run it by default in CI. --- diff --git a/test/TEST-21-DFUZZER/meson.build b/test/TEST-21-DFUZZER/meson.build index e107b855611..5a27fb2f3f3 100644 --- a/test/TEST-21-DFUZZER/meson.build +++ b/test/TEST-21-DFUZZER/meson.build @@ -3,4 +3,5 @@ test_params += { 'timeout' : 3600, 'priority' : -50, + 'slow' : true, }