diff --git a/Lib/test/test_super.py b/Lib/test/test_super.py index 0dc8b15ea01a885..5912c8cb729d5b2 100644 --- a/Lib/test/test_super.py +++ b/Lib/test/test_super.py @@ -47,8 +47,6 @@ class G(A): pass -# NSKIP009 https://github.com/nanvix/cpython/issues/477 -@unittest.skipIf(support.is_nanvix, "NSKIP009: VM crash from __class__ cell corruption") class TestSuper(unittest.TestCase): def tearDown(self):