Skip to content

Commit 61e99a4

Browse files
authored
test: Fix allowed message in TestConnection.testCockpitDesktop
The message sometimes looks like this: couldn't read from connection: Peer failed to perform TLS handshake: The TLS connection was non-properly terminated. Closes #14354
1 parent b4e676e commit 61e99a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/verify/check-connection

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,7 @@ until pgrep -f cockpit-bridge.*--privileged; do sleep 1; done
684684
self.allow_journal_messages("couldn't register polkit authentication agent.*")
685685
self.allow_journal_messages("Refusing to render service to dead parents.")
686686
self.allow_journal_messages(".*No authentication agent found.*")
687-
self.allow_journal_messages(".*Peer failed to perform TLS handshake")
687+
self.allow_journal_messages(".*Peer failed to perform TLS handshake.*")
688688

689689
@skipBrowser("Firefox needs proper cert and CA", "firefox")
690690
def testReverseProxy(self):

0 commit comments

Comments
 (0)