diff --git a/scripts/enabled_test_modules.py b/scripts/enabled_test_modules.py index 7eba8b9..af06cd4 100644 --- a/scripts/enabled_test_modules.py +++ b/scripts/enabled_test_modules.py @@ -164,9 +164,6 @@ IGNORED_ERRORS = { 'decorators': [ '"Type[object]" has no attribute "method"' ], - 'expressions_case': [ - 'Item "Field[Any, Any]" of "Union[Field[Any, Any], ForeignObjectRel]" has no attribute "is_relation"' - ], 'expressions_window': [ 'has incompatible type "str"' ],