Skip to content

Commit d962fd9

Browse files
qingshi163youknowone
authored andcommitted
unmark passed test
1 parent a3655d3 commit d962fd9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_xml_etree.py

-2
Original file line numberDiff line numberDiff line change
@@ -2500,7 +2500,6 @@ def __del__(self):
25002500
elem = b.close()
25012501
self.assertEqual(elem[0].tail, 'ABCDEFGHIJKL')
25022502

2503-
@unittest.skip("TODO: RUSTPYTHON, hangs")
25042503
def test_subscr(self):
25052504
# Issue #27863
25062505
class X:
@@ -2515,7 +2514,6 @@ def __index__(self):
25152514
e.append(ET.Element('child'))
25162515
e[0:10:X()] # shouldn't crash
25172516

2518-
@unittest.skip("TODO: RUSTPYTHON, hangs")
25192517
def test_ass_subscr(self):
25202518
# Issue #27863
25212519
class X:

0 commit comments

Comments
 (0)