diff --git a/third_party/python/Lib/test/test_sys.py b/third_party/python/Lib/test/test_sys.py index b81ef2612..f05cf6066 100644 --- a/third_party/python/Lib/test/test_sys.py +++ b/third_party/python/Lib/test/test_sys.py @@ -780,7 +780,7 @@ class SysModuleTest(unittest.TestCase): # The function has no parameter self.assertRaises(TypeError, sys._debugmallocstats, True) - @unittest.skipUnless(hasattr(sys, "getallocatedblocks"), + @unittest.skipUnless(False and hasattr(sys, "getallocatedblocks"), "sys.getallocatedblocks unavailable on this build") def test_getallocatedblocks(self): if (os.environ.get('PYTHONMALLOC', None)