diff --git a/test/check-application b/test/check-application index a5c449a62..6f5d71412 100755 --- a/test/check-application +++ b/test/check-application @@ -1335,6 +1335,7 @@ class TestApplication(testlib.MachineCase): self.allow_restart_journal_messages() self.allow_journal_messages(".*podman/podman.sock/.*: couldn't connect:.*") + self.allow_journal_messages(".*podman/podman.sock: .*ConnectionRefusedError.*") self.allow_journal_messages(".*podman/podman.sock/.*/events.*: received truncated HTTP response.*") def testCreateContainerSystem(self):