summaryrefslogtreecommitdiffstats
path: root/test/TEST-21-DFUZZER
diff options
context:
space:
mode:
authorDaan De Meyer <daan.j.demeyer@gmail.com>2024-05-31 17:15:47 +0200
committerDaan De Meyer <daan.j.demeyer@gmail.com>2024-05-31 17:26:13 +0200
commit605d72cb145ca792b1a78b5c554bc3922c5df0d5 (patch)
tree6dcddab94ed602a2ecefaff658135bc12035a8c9 /test/TEST-21-DFUZZER
parentTEST-69-SHUTDOWN: Order after systemd-user-sessions.service (diff)
downloadsystemd-605d72cb145ca792b1a78b5c554bc3922c5df0d5.tar.xz
systemd-605d72cb145ca792b1a78b5c554bc3922c5df0d5.zip
TEST-21-DFUZZER: Stop marking as slow
This was a workaround to not run TEST-21-DFUZZER without sanitizers. Now that we're going to get sanitizer support, let's run it by default again.
Diffstat (limited to 'test/TEST-21-DFUZZER')
-rw-r--r--test/TEST-21-DFUZZER/meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/TEST-21-DFUZZER/meson.build b/test/TEST-21-DFUZZER/meson.build
index 29c8e434ca..932f0c5f0e 100644
--- a/test/TEST-21-DFUZZER/meson.build
+++ b/test/TEST-21-DFUZZER/meson.build
@@ -5,7 +5,6 @@ integration_tests += [
'name' : fs.name(meson.current_source_dir()),
'timeout' : 3600,
'priority' : 50,
- 'slow' : true,
'vm' : true,
},
]