Skip to content

Commit 3f9a5fd

Browse files
authored
Don't skip non hanging test (RustPython#5951)
1 parent f19478e commit 3f9a5fd

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Lib/test/test_contains.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,6 @@ def test_common_tests(self):
3636

3737
self.assertRaises(TypeError, lambda: None in 'abc')
3838

39-
@unittest.skip("TODO: RUSTPYTHON, hangs")
4039
def test_builtin_sequence_types(self):
4140
# a collection of tests on builtin sequence types
4241
a = range(10)

0 commit comments

Comments
 (0)