]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test: disable TEST-21-DFUZZER in mkosi, as it is very flacky
authorLuca Boccassi <bluca@debian.org>
Mon, 3 Jun 2024 16:15:08 +0000 (17:15 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Mon, 3 Jun 2024 17:37:17 +0000 (19:37 +0200)
Can be re-enabled once https://github.com/systemd/systemd/issues/33156
is solved

test/TEST-21-DFUZZER/meson.build

index 932f0c5f0e407b80fc071346400661d29f3fd2d0..f57be63380222a8f8a85b24f5c2145c275eec554 100644 (file)
@@ -6,5 +6,6 @@ integration_tests += [
                 'timeout' : 3600,
                 'priority' : 50,
                 'vm' : true,
+                'enabled' : false,
         },
 ]