From: Thomas Weißschuh Date: Sun, 30 Apr 2023 05:56:25 +0000 (+0200) Subject: hwclock: (tests) mark show test failed on GitHub Actions X-Git-Tag: v2.39~40^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cb9e271d77f656af33a8a1cf257b95bcc404b165;p=thirdparty%2Futil-linux.git hwclock: (tests) mark show test failed on GitHub Actions Signed-off-by: Thomas Weißschuh --- diff --git a/tests/ts/hwclock/show b/tests/ts/hwclock/show index 228b462494..9cab474609 100755 --- a/tests/ts/hwclock/show +++ b/tests/ts/hwclock/show @@ -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