]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tests: skip hwclock/systohc on GH Actions
authorKarel Zak <kzak@redhat.com>
Tue, 26 Jan 2021 10:54:38 +0000 (11:54 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 26 Jan 2021 10:54:38 +0000 (11:54 +0100)
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 <kzak@redhat.com>
tests/ts/hwclock/systohc

index 85fddc496e31b42587124d4b2d9ef1b3378d9e40..e33e4ab7fe4c1c5f8ccbc2db87d43dc823201ee7 100755 (executable)
@@ -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"