Don't skip non hanging test (#5951)

This commit is contained in:
Shahar Naveh
2025-07-12 13:18:08 +03:00
committed by GitHub
parent f19478edec
commit 3f9a5fddbb

View File

@@ -36,7 +36,6 @@ class TestContains(unittest.TestCase):
self.assertRaises(TypeError, lambda: None in 'abc')
@unittest.skip("TODO: RUSTPYTHON, hangs")
def test_builtin_sequence_types(self):
# a collection of tests on builtin sequence types
a = range(10)