From 8505b1ee0e39d65ef8617119cabab569091fb1a1 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Wed, 5 Jun 2024 07:52:32 +0200 Subject: [PATCH] Revert "test: Ignore "invalid non-UTF8 @data passed" message" 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 ab178550d7f26aa2cfb9c53b55401661d5d18e6e. --- test/common/testlib.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/common/testlib.py b/test/common/testlib.py index bfb616b7969..46ac2cdec2a 100644 --- a/test/common/testlib.py +++ b/test/common/testlib.py @@ -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(",")