From: Luca Boccassi Date: Mon, 3 Jun 2024 16:15:08 +0000 (+0100) Subject: test: disable TEST-21-DFUZZER in mkosi, as it is very flacky X-Git-Tag: v256-rc4~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80a3eb5ab5deac5a8b74db32a7eeac375230e89e;p=thirdparty%2Fsystemd.git test: disable TEST-21-DFUZZER in mkosi, as it is very flacky Can be re-enabled once https://github.com/systemd/systemd/issues/33156 is solved --- diff --git a/test/TEST-21-DFUZZER/meson.build b/test/TEST-21-DFUZZER/meson.build index 932f0c5f0e4..f57be633802 100644 --- a/test/TEST-21-DFUZZER/meson.build +++ b/test/TEST-21-DFUZZER/meson.build @@ -6,5 +6,6 @@ integration_tests += [ 'timeout' : 3600, 'priority' : 50, 'vm' : true, + 'enabled' : false, }, ]