summaryrefslogtreecommitdiffstats
path: root/test/TEST-21-DFUZZER
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2024-05-07 15:21:27 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2024-05-07 19:06:42 +0200
commit0d13ca5544c97b181d9ed2a062e3a279f6938b71 (patch)
tree8adeed2769273cbeb1869e4aa37c92b0d2b099bc /test/TEST-21-DFUZZER
parenttest: Add infra to mark integration tests as slow (diff)
downloadsystemd-0d13ca5544c97b181d9ed2a062e3a279f6938b71.tar.xz
systemd-0d13ca5544c97b181d9ed2a062e3a279f6938b71.zip
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.
Diffstat (limited to 'test/TEST-21-DFUZZER')
-rw-r--r--test/TEST-21-DFUZZER/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/TEST-21-DFUZZER/meson.build b/test/TEST-21-DFUZZER/meson.build
index e107b85561..5a27fb2f3f 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,
}