From 6a5b72521465a766e884da85d76772c08ee4e52a Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Thu, 19 Oct 2023 08:58:57 +0200 Subject: [PATCH] test: Stop ignoring proptype warnings The previous commits fix all of them. --- test/common/testlib.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/common/testlib.py b/test/common/testlib.py index 077f8d5ad79e..cad853fe7ebb 100644 --- a/test/common/testlib.py +++ b/test/common/testlib.py @@ -1704,7 +1704,6 @@ def login_and_go(self, path: Optional[str] = None, user: Optional[str] = None, h default_allowed_console_errors = [ # HACK: Fix these ASAP, these are major bugs "Warning: validateDOMNesting.*cannot appear as a", - "Warning: Failed.*type.*prop Invalid prop", "Warning: React does not recognize the.*prop on a DOM element", "Warning: .*prop on .* should not be null", # HACK: These should be fixed, but debugging these is not trivial, and the impact is very low