Skip to content

Commit

Permalink
test: skip TestAutoUpdates.testWithAvailableUpdates on DNF 5
Browse files Browse the repository at this point in the history
Cockpit is not yet compatible with the new DNF 5 automatic plugin.

Related: #20260
  • Loading branch information
jelly authored and mvollmer committed May 16, 2024
1 parent d2dd987 commit 0f4ceb5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/verify/check-packagekit
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f4ceb5

Please sign in to comment.