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.
This commit is contained in:
Mike Gilbert
2022-01-04 23:43:10 -05:00
committed by Yu Watanabe
parent 06511ba559
commit 70652c2a6f

View 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,