From 4c0ed19c520a8944f68f613edc3acbd0471dcc81 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. (cherry picked from commit 70652c2a6fa9c06c7faac62f41c72e2e4eaa9340) --- 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 9a1c481f22..48001d17ec 100644 --- a/src/test/meson.build +++ b/src/test/meson.build @@ -551,7 +551,8 @@ tests += [ [], core_includes, '', 'manual'], - [['src/test/test-watchdog.c']], + [['src/test/test-watchdog.c'], + [], [], [], '', 'unsafe'], [['src/test/test-sched-prio.c'], [libcore,