diff --git a/Lib/test/test_with.py b/Lib/test/test_with.py index 3cbae02e062..640f31cb097 100644 --- a/Lib/test/test_with.py +++ b/Lib/test/test_with.py @@ -363,7 +363,6 @@ def shouldThrow(): self.assertAfterWithManagerInvariantsWithError(cm) self.assertAfterWithGeneratorInvariantsWithError(self.resource) - @unittest.expectedFailure def testExceptionNormalized(self): cm = mock_contextmanager_generator() def shouldThrow():