diff --git a/test/dynamo/test_misc.py b/test/dynamo/test_misc.py index 36e5a32a6f5e80..8e5ddf58f06081 100644 --- a/test/dynamo/test_misc.py +++ b/test/dynamo/test_misc.py @@ -7052,7 +7052,6 @@ def f(a): except RuntimeError as e: self.assertIn("smoge", traceback.format_exc()) - @unittest.skip("Not clear why this test would trigger a segfault.") def test_unhandled_exception_in_dynamo2(self): # segfaults in python 3.11 if shadow frame is freed improperly from torch.testing import make_tensor