Skip to content

Commit

Permalink
test: Unignore React DOM nesting errors
Browse files Browse the repository at this point in the history
The previous commits fix them.
  • Loading branch information
martinpitt committed Oct 20, 2023
1 parent 3508656 commit f8bf272
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/common/testlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -1702,8 +1702,6 @@ def login_and_go(self, path: Optional[str] = None, user: Optional[str] = None, h

# List of allowed console.error() messages during tests; these match substrings
default_allowed_console_errors = [
# HACK: Fix these ASAP, these are major bugs
"Warning: validateDOMNesting.*cannot appear as a",
# HACK: These should be fixed, but debugging these is not trivial, and the impact is very low
"Warning: .* setState.*on an unmounted component",
"Warning: Can't perform a React state update on an unmounted component",
Expand Down

0 comments on commit f8bf272

Please sign in to comment.