From e3758558e49e4b71dcf4bf3f99f8532d8a66266b Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Thu, 21 Nov 2024 07:38:37 +0100 Subject: [PATCH] test: Disable multi-host warning in TestMultiMachineVNC Adjust to https://github.com/cockpit-project/cockpit/pull/20861 to keep tests uniform across OSes. Fixes #1913 --- test/check-machines-multi-host-consoles | 1 + 1 file changed, 1 insertion(+) diff --git a/test/check-machines-multi-host-consoles b/test/check-machines-multi-host-consoles index 74e84eb99..a9e766b5d 100755 --- a/test/check-machines-multi-host-consoles +++ b/test/check-machines-multi-host-consoles @@ -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