From cb9e271d77f656af33a8a1cf257b95bcc404b165 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20Wei=C3=9Fschuh?= Date: Sun, 30 Apr 2023 07:56:25 +0200 Subject: [PATCH] hwclock: (tests) mark show test failed on GitHub Actions MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Thomas Weißschuh --- tests/ts/hwclock/show | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.47.2