From 70652c2a6fa9c06c7faac62f41c72e2e4eaa9340 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Tue, 4 Jan 2022 23:43:10 -0500 Subject: [PATCH] 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. --- src/test/meson.build | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/test/meson.build b/src/test/meson.build index 97e9ac8909..1bc7650708 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,