Skip to content

Commit

Permalink
test: Don't expect multi-host warning
Browse files Browse the repository at this point in the history
Commit b1ae874 collided with commit 3b01b18 which disables
the warnings unconditionally.
  • Loading branch information
martinpitt authored and jelly committed Nov 26, 2024
1 parent c7b8dd9 commit 722de5b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/check-machines-multi-host-consoles
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ class TestMultiMachineVNC(VirtualMachinesCase):
self.goToVmPage(name)
b.wait_in_text(f"#vm-{name}-system-state", "Running")

# Cockpit 329 warns the user before adding a remote host
b.add_machine(m2_host, known_host=True, password=None, expect_warning=not self.system_before(329))
b.add_machine(m2_host, known_host=True, password=None, expect_warning=False)

b.switch_to_top()
b.click("#hosts-sel button")
Expand Down

0 comments on commit 722de5b

Please sign in to comment.