diff --git a/Lib/test/test_class.py b/Lib/test/test_class.py index 44a2f6e80..1cfbe2542 100644 --- a/Lib/test/test_class.py +++ b/Lib/test/test_class.py @@ -494,7 +494,7 @@ class ClassTests(unittest.TestCase): self.assertRaises(TypeError, hash, C2()) - @unittest.skip("TODO: RUSTPYTHON") + @unittest.skip("TODO: RUSTPYTHON, segmentation fault") def testSFBug532646(self): # Test for SF bug 532646