Skip to content

Commit

Permalink
test: Enable TestClient on debian-stable and ubuntu-2204
Browse files Browse the repository at this point in the history
The pybridge was enabled on all Debian/Ubuntu in commit 6283d5c.
  • Loading branch information
martinpitt committed Oct 4, 2023
1 parent 449c687 commit 716dbef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/verify/check-client
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
import testlib


@testlib.skipImage("needs pybridge", "debian-stable", "ubuntu-2204", "rhel-8*", "centos-8*")
@testlib.skipImage("needs pybridge", "rhel-8*", "centos-8*")
# enable this once our cockpit/ws container can beiboot
@testlib.skipOstree("client setup does not work with ws container")
class TestClient(testlib.MachineCase):
Expand Down

0 comments on commit 716dbef

Please sign in to comment.