summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gilbert <floppym@gentoo.org>2022-01-04 23:43:10 -0500
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2022-01-07 15:54:12 +0100
commit4c0ed19c520a8944f68f613edc3acbd0471dcc81 (patch)
tree4e07dc040c214bc9d8e64df038870aa6b67d247e
parentfb9bbbee6a3c09b75817f9f343176fa2170fdb31 (diff)
downloadsystemd-4c0ed19c520a8944f68f613edc3acbd0471dcc81.tar.gz
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)
-rw-r--r--src/test/meson.build3
1 files changed, 2 insertions, 1 deletions
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,