Skip to content

Commit

Permalink
Revert "test: Ignore "invalid non-UTF8 @DaTa passed" message"
Browse files Browse the repository at this point in the history
That bug is fixed for good, so we should not run into this any more.
This also broke tests randomly due to pages receiving invalid messages.

This reverts commit ab17855.
  • Loading branch information
martinpitt committed Jun 21, 2024
1 parent 29ebe48 commit 8505b1e
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/common/testlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -1856,9 +1856,6 @@ def add_machine(

# timedatex.service shuts down after timeout, runs into race condition with property watching
".*org.freedesktop.timedate1: couldn't get all properties.*Error:org.freedesktop.DBus.Error.NoReply.*",

# https://github.com/cockpit-project/cockpit/issues/19235
"invalid non-UTF8 @data passed as text to web_socket_connection_send.*",
]

default_allowed_messages += os.environ.get("TEST_ALLOW_JOURNAL_MESSAGES", "").split(",")
Expand Down

0 comments on commit 8505b1e

Please sign in to comment.