8000 mark hanging test · RustPython/RustPython@17852b7 · GitHub
[go: up one dir, main page]

Skip to content

Commit 17852b7

Browse files
committed
mark hanging test
1 parent dd15ae5 commit 17852b7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Lib/test/test_descr.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5652,8 +5652,7 @@ def __repr__(self):
56525652
objcopy2 = deepcopy(objcopy)
56535653
self._assert_is_copy(obj, objcopy2)
56545654

5655-
# TODO: RUSTPYTHON
5656-
@unittest.expectedFailure
5655+
@unittest.skip("TODO: RUSTPYTHON")
56575656
def test_issue24097(self):
56585657
# Slot name is freed inside __getattr__ and is later used.
56595658
class S(str): # Not interned

0 commit comments

Comments
 (0)
0