--- a/python3/Lib/test/test_resource.py +++ b/python3/Lib/test/test_resource.py @@ -111,8 +111,8 @@ class ResourceTest(unittest.TestCase): except (ValueError, AttributeError): pass - # Issue 6083: Reference counting bug - @unittest.skipIf(sys.platform == "vxworks", + # RLIMIT 1000000 unavailable in hasher + @unittest.skipIf(sys.platform == "linux", "setting RLIMIT_CPU is not supported on VxWorks") def test_setrusage_refcount(self): try: