Skip to content

Commit

Permalink
tests: fix synchronization issues is ubuntu xenial (#14782)
Browse files Browse the repository at this point in the history
Some tests like auto-refresh-backoff fail in xenial. The issue is
related to the following problem:

kernel reports TIME_ERROR: 0x41: Clock Unsynchronized

Other ubuntu varions have chrony installed, so this changes ensures
chrony is installed in xenial too.
  • Loading branch information
sergiocazzolato authored and ernestl committed Dec 3, 2024
1 parent eff10a3 commit 748e31b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/lib/pkgdb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -571,6 +571,7 @@ pkg_dependencies_ubuntu_classic(){
;;
ubuntu-16.04-64)
echo "
chrony
dbus-user-session
evolution-data-server
fwupd
Expand Down

0 comments on commit 748e31b

Please sign in to comment.