Skip to content

Commit

Permalink
test: Adjust for rhel-9-4
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpitt committed Sep 22, 2023
1 parent 76a9834 commit 320dd53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/check-machines-consoles
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ from testlib import nondestructive, skipImage, test_main, wait
@nondestructive
class TestMachinesConsoles(VirtualMachinesCase):

@skipImage('spice-server does not exist on RHEL 9', "rhel-9-1", "rhel-9-2", "rhel-9-3", "centos-9-stream")
@skipImage('spice-server does not exist on RHEL 9', "rhel-9*", "centos-9-stream")
def testExternalConsole(self):
b = self.browser

Expand Down

0 comments on commit 320dd53

Please sign in to comment.