From bf04d98b935bc036b1b0b84a151804fe9c49e919 Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Thu, 2 Jul 2020 11:26:47 +0000 Subject: [PATCH] skip hwclock/systohc on Travis CI on Ubuntu Precise It's flaky there. Closes https://github.com/karelzak/util-linux/issues/1082 --- tests/ts/hwclock/systohc | 3 +++ 1 file changed, 3 insertions(+) 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" -- 2.47.2