Skip to content

Commit

Permalink
test: Drop tuned hack
Browse files Browse the repository at this point in the history
These bugs are fixed in current Ubuntu releases.
  • Loading branch information
martinpitt committed Jan 27, 2024
1 parent 1d07689 commit 1a5c83d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/vm.install
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ if grep -q ID.*debian /usr/lib/os-release; then
if systemctl is-enabled docker.service; then
systemctl disable docker.service
fi

# tuned is installed for testing cockpit; but it causes funny bugs, and we are not testing this here
# https://launchpad.net/bugs/1774000 https://launchpad.net/bugs/1925765
systemctl disable tuned
fi

# don't force https:// (self-signed cert)
Expand Down

0 comments on commit 1a5c83d

Please sign in to comment.