Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions test/common/testlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -1850,16 +1850,6 @@ def check_journal_messages(self, machine=None):
self.allowed_messages.append("Failed to connect to coredump service: No such file or directory")
self.allowed_messages.append("Failed to connect to coredump service: Connection refused")

#
# HACK: pybridge bugs
#
# https://github.com/cockpit-project/cockpit/issues/18386
self.allowed_messages += [
"asyncio-ERROR: Task was destroyed but it is pending!",
"task:.*Task pending.*cockpit/channels/dbus.py.*"]
# happens fairly reliably with TestKeys.testAuthorizedKeys, TestConnection.testTls and TestHistoryMetrics.testEvents
self.allowed_messages.append('cockpit.router-ERROR: trying to drop non-existent channel .* from .*')

messages = machine.journal_messages(matches, 6, cursor=cursor)

if "TEST_AUDIT_NO_SELINUX" not in os.environ:
Expand Down