Skip to content

Commit

Permalink
test: Drop obsolete expected pybridge crash message
Browse files Browse the repository at this point in the history
  • Loading branch information
martinpitt committed Feb 5, 2024
1 parent 3e5467b commit 4834f46
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test/check-application
Original file line number Diff line number Diff line change
Expand Up @@ -1512,12 +1512,6 @@ class TestApplication(testlib.MachineCase):
self.allow_journal_messages(".*podman/podman.sock: .*Connection.*Error.*")
self.allow_journal_messages(".*podman/podman.sock/.*/events.*: received truncated HTTP response.*")

# HACK: ignore pybridge ConnectionResetError task crash until
# https://github.com/cockpit-project/cockpit/pull/19052 is on all our images
self.allow_journal_messages(".*(Traceback|Exception in thread).*")
self.allow_journal_messages("^^^.*")
self.allow_journal_messages(".*(self|response).*")

def testCreateContainerSystem(self):
self._testCreateContainer(True)

Expand Down

0 comments on commit 4834f46

Please sign in to comment.