From: Karel Zak Date: Tue, 26 Jan 2021 10:54:38 +0000 (+0100) Subject: tests: skip hwclock/systohc on GH Actions X-Git-Tag: v2.37-rc1~157 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=e589e25f19190c9f7fdc011978c1e4ff18790942;p=thirdparty%2Futil-linux.git tests: skip hwclock/systohc on GH Actions It seems the delay on GH is too large to get proper result for this tests. We already ignore it on Travis. Signed-off-by: Karel Zak --- diff --git a/tests/ts/hwclock/systohc b/tests/ts/hwclock/systohc index 85fddc496e..e33e4ab7fe 100755 --- a/tests/ts/hwclock/systohc +++ b/tests/ts/hwclock/systohc @@ -29,6 +29,10 @@ ts_skip_nonroot if [ "$TRAVIS_DIST" == "precise" ]; then ts_skip "https://github.com/karelzak/util-linux/issues/1082" fi +if [ "$GITHUB_ACTIONS" == "true" ]; then + ts_skip "virtual machine" +fi + ts_check_prog "bc" ts_check_prog "sntp"