]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: Mark TEST-21-DFUZZER as slow and skip it by default 32681/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 7 May 2024 13:21:27 +0000 (15:21 +0200)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Tue, 7 May 2024 17:06:42 +0000 (19:06 +0200)
The test is not really useful without sanitizers, so let's mark it
as slow and not run it by default in CI.

test/TEST-21-DFUZZER/meson.build

index e107b855611b4996c51bbed2175dc78a9137ca2e..5a27fb2f3f3ffb6e403ed9dc8f733732abe786de 100644 (file)
@@ -3,4 +3,5 @@
 test_params +=  {
         'timeout' : 3600,
         'priority' : -50,
+        'slow' : true,
 }