From 0f4ceb5fcdf0e479e5014adfc678bd9e44dcc59a Mon Sep 17 00:00:00 2001 From: Jelle van der Waa Date: Wed, 15 May 2024 09:43:18 +0200 Subject: [PATCH] test: skip TestAutoUpdates.testWithAvailableUpdates on DNF 5 Cockpit is not yet compatible with the new DNF 5 automatic plugin. Related: #20260 --- test/verify/check-packagekit | 1 + 1 file changed, 1 insertion(+) diff --git a/test/verify/check-packagekit b/test/verify/check-packagekit index a783d3b51727..2d06dcccca06 100755 --- a/test/verify/check-packagekit +++ b/test/verify/check-packagekit @@ -1562,6 +1562,7 @@ class TestAutoUpdates(NoSubManCase): # don't allow stomping over unparsable custom settings b.wait_not_present("#autoupdates-settings button") + @testlib.skipImage("TODO: support DNF5 automatic updates", "fedora-41") def testWithAvailableUpdates(self): b = self.browser m = self.machine