diff --git a/test/verify/check-storage-vdo b/test/verify/check-storage-vdo index c954d3b0deb..3efd06a50ae 100755 --- a/test/verify/check-storage-vdo +++ b/test/verify/check-storage-vdo @@ -175,6 +175,11 @@ class TestStorageVDO(storagelib.StorageCase): @testlib.onlyImage("legacy VDO API only supported on RHEL 8", "rhel-8*", "centos-8*") class TestStorageLegacyVDO(storagelib.StorageCase): + def setUp(self): + super().setUp() + # packagekit eats too much CPU/memory in the background + self.machine.execute("systemctl mask packagekit; systemctl stop packagekit") + def testVdo(self): m = self.machine b = self.browser