From 8b028b45b6830a24635b487d23c12d00a193fb29 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Thu, 28 Sep 2023 06:02:56 +0200 Subject: [PATCH] test: Enable TestClient on debian-stable and ubuntu-2204 The pybridge was enabled on all Debian/Ubuntu in commit 6283d5caf0d7e. --- test/verify/check-client | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/verify/check-client b/test/verify/check-client index 7b760d771369..8f02479a939a 100755 --- a/test/verify/check-client +++ b/test/verify/check-client @@ -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):