diff --git a/test/common/testlib.py b/test/common/testlib.py index 6172051cfc10..70985e55c666 100644 --- a/test/common/testlib.py +++ b/test/common/testlib.py @@ -1719,10 +1719,6 @@ def login_and_go(self, path: Optional[str] = None, user: Optional[str] = None, h # FIXME: PatternFly complains about these, but https://www.a11y-collective.com/blog/the-first-rule-for-using-aria/ # and https://www.accessibility-developer-guide.com/knowledge/aria/bad-practices/ "aria-label", - # messages from our own pages - "CPU temperature metric closed.*", - "Getting properties for problem.*", - "Channel for reportd D-Bus client closed.*", ] env_allow = os.environ.get("TEST_ALLOW_BROWSER_ERRORS")