From: Mike Gilbert Date: Wed, 5 Jan 2022 04:43:10 +0000 (-0500) Subject: test-watchdog: mark as unsafe X-Git-Tag: v251-rc1~583 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=70652c2a6fa9c06c7faac62f41c72e2e4eaa9340;p=thirdparty%2Fsystemd.git test-watchdog: mark as unsafe If something goes wrong with this test it may result in an unsafe system restart. Let's avoid running it automatically. See https://github.com/systemd/systemd/issues/22001. --- diff --git a/src/test/meson.build b/src/test/meson.build index 97e9ac89098..1bc76507084 100644 --- a/src/test/meson.build +++ b/src/test/meson.build @@ -552,7 +552,8 @@ tests += [ [], core_includes, '', 'manual'], - [['src/test/test-watchdog.c']], + [['src/test/test-watchdog.c'], + [], [], [], '', 'unsafe'], [['src/test/test-sched-prio.c'], [libcore,