Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 690199b

Browse files
committedMar 13, 2025
test: Exclude tumbleweed from running auto update test install
1 parent 743c8f3 commit 690199b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎test/verify/check-packagekit

+1-1
Original file line numberDiff line numberDiff line change
@@ -1679,7 +1679,7 @@ class TestAutoUpdatesInstall(NoSubManCase):
16791679
b.wait_not_present("#settings")
16801680
b.wait_not_present("#autoupdates-settings")
16811681

1682-
@testlib.skipImage("No supported auto update backend", "debian-*", "ubuntu-*", "arch")
1682+
@testlib.skipImage("No supported auto update backend", "debian-*", "ubuntu-*", "arch", "opensuse-tumbleweed")
16831683
def testInstall(self):
16841684
b = self.browser
16851685
m = self.machine

0 commit comments

Comments
 (0)
Please sign in to comment.