]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
test-watchdog: mark as unsafe
authorMike Gilbert <floppym@gentoo.org>
Wed, 5 Jan 2022 04:43:10 +0000 (23:43 -0500)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 5 Jan 2022 17:11:20 +0000 (02:11 +0900)
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

index 97e9ac89098bd50776ffd9718ef19a7597c6396d..1bc765070847b5d75ee629dde032325015498bb8 100644 (file)
@@ -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,