Skip to content

Commit

Permalink
test: Disable multi-host warning in TestMultiMachineVNC
Browse files Browse the repository at this point in the history
Adjust to cockpit-project/cockpit#20861 to keep
tests uniform across OSes.

Fixes cockpit-project#1913
  • Loading branch information
martinpitt committed Nov 21, 2024
1 parent 5baebf8 commit e375855
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/check-machines-multi-host-consoles
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class TestMultiMachineVNC(VirtualMachinesCase):

self.setup_ssh_auth()
self.enable_multihost(self.machine1)
self.machine1.write("/etc/cockpit/cockpit.conf", "[Session]\nWarnBeforeConnecting=false\n", append=True)

def testBasic(self):
b = self.browser
Expand Down

0 comments on commit e375855

Please sign in to comment.