]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
hwclock: (tests) mark show test failed on GitHub Actions
authorThomas Weißschuh <thomas@t-8ch.de>
Sun, 30 Apr 2023 05:56:25 +0000 (07:56 +0200)
committerThomas Weißschuh <thomas@t-8ch.de>
Sun, 30 Apr 2023 06:37:16 +0000 (08:37 +0200)
Signed-off-by: Thomas Weißschuh <thomas@t-8ch.de>
tests/ts/hwclock/show

index 228b4624947a782b00963c06bd27b623175fc14f..9cab474609e7e284ded76cfb575569573bde7afc 100755 (executable)
@@ -27,6 +27,11 @@ ts_check_test_command "$TS_CMD_HWCLOCK"
 ts_skip_nonroot
 ts_skip_qemu_user
 
+# RTC interrupts are sometimes broken on GitHub Actions
+if ts_is_virt "microsoft"; then
+       TS_KNOWN_FAIL="yes"
+fi
+
 "$TS_CMD_HWCLOCK" --show > /dev/null 2> "$TS_ERRLOG" || ts_die
 
 ts_finalize