From: Evgeny Vereshchagin Date: Thu, 2 Jul 2020 11:26:47 +0000 (+0000) Subject: skip hwclock/systohc on Travis CI on Ubuntu Precise X-Git-Tag: v2.36-rc2~19^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bf04d98b935bc036b1b0b84a151804fe9c49e919;p=thirdparty%2Futil-linux.git skip hwclock/systohc on Travis CI on Ubuntu Precise It's flaky there. Closes https://github.com/karelzak/util-linux/issues/1082 --- diff --git a/tests/ts/hwclock/systohc b/tests/ts/hwclock/systohc index fa7868fc7c..85fddc496e 100755 --- a/tests/ts/hwclock/systohc +++ b/tests/ts/hwclock/systohc @@ -26,6 +26,9 @@ ts_init "$*" ts_check_test_command "$TS_CMD_HWCLOCK" ts_skip_nonroot +if [ "$TRAVIS_DIST" == "precise" ]; then + ts_skip "https://github.com/karelzak/util-linux/issues/1082" +fi ts_check_prog "bc" ts_check_prog "sntp"