Skip to content

Commit

Permalink
testlib: Drop remaining global ignores of messages from our pages
Browse files Browse the repository at this point in the history
These need to move to more specific tests and possibly be fixed if they
still happen.
  • Loading branch information
martinpitt authored and jelly committed Oct 19, 2023
1 parent 52ac7fa commit fb675d9
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/common/testlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit fb675d9

Please sign in to comment.