Skip to content

Commit 70652c2

Browse files
floppymyuwata
authored andcommitted
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 systemd#22001.
1 parent 06511ba commit 70652c2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/test/meson.build

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,8 @@ tests += [
552552
[],
553553
core_includes, '', 'manual'],
554554

555-
[['src/test/test-watchdog.c']],
555+
[['src/test/test-watchdog.c'],
556+
[], [], [], '', 'unsafe'],
556557

557558
[['src/test/test-sched-prio.c'],
558559
[libcore,

0 commit comments

Comments
 (0)