]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
skip hwclock/systohc on Travis CI on Ubuntu Precise
authorEvgeny Vereshchagin <evvers@ya.ru>
Thu, 2 Jul 2020 11:26:47 +0000 (11:26 +0000)
committerEvgeny Vereshchagin <evvers@ya.ru>
Thu, 2 Jul 2020 11:52:46 +0000 (11:52 +0000)
It's flaky there.

Closes https://github.com/karelzak/util-linux/issues/1082

tests/ts/hwclock/systohc

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