1
1
mirror of https://github.com/systemd/systemd-stable.git synced 2025-01-18 06:03:42 +03:00

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)
This commit is contained in:
Mike Gilbert 2022-01-04 23:43:10 -05:00 committed by Zbigniew Jędrzejewski-Szmek
parent fb9bbbee6a
commit 4c0ed19c52

View File

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