From 1a5c83d14552f09c854c4e785e608e36088f0bb4 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Sat, 27 Jan 2024 09:41:37 +0100 Subject: [PATCH] test: Drop tuned hack These bugs are fixed in current Ubuntu releases. --- test/vm.install | 4 ---- 1 file changed, 4 deletions(-) diff --git a/test/vm.install b/test/vm.install index 610cef833..eb2cd9890 100755 --- a/test/vm.install +++ b/test/vm.install @@ -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)