diff --git a/scripts/enabled_test_modules.py b/scripts/enabled_test_modules.py index 787ba68d6..d29126595 100644 --- a/scripts/enabled_test_modules.py +++ b/scripts/enabled_test_modules.py @@ -515,6 +515,11 @@ "wsgi": [ '"HttpResponse" has no attribute "block_size"', ], + # test_runner_apps/tagged/tests_syntax_error.py + "test_runner_apps": [ + "invalid syntax", + "invalid decimal literal", + ], }