skip hwclock/systohc on Travis CI on Ubuntu Precise

It's flaky there.

Closes https://github.com/karelzak/util-linux/issues/1082
This commit is contained in:
Evgeny Vereshchagin 2020-07-02 11:26:47 +00:00
parent 38c5db359d
commit bf04d98b93
1 changed files with 3 additions and 0 deletions

View File

@ -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"