mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
unmark passed test
This commit is contained in:
committed by
Jeong YunWon
parent
a3655d3e28
commit
d962fd9316
2
Lib/test/test_xml_etree.py
vendored
2
Lib/test/test_xml_etree.py
vendored
@@ -2500,7 +2500,6 @@ class BadElementTest(ElementTestCase, unittest.TestCase):
|
||||
elem = b.close()
|
||||
self.assertEqual(elem[0].tail, 'ABCDEFGHIJKL')
|
||||
|
||||
@unittest.skip("TODO: RUSTPYTHON, hangs")
|
||||
def test_subscr(self):
|
||||
# Issue #27863
|
||||
class X:
|
||||
@@ -2515,7 +2514,6 @@ class BadElementTest(ElementTestCase, unittest.TestCase):
|
||||
e.append(ET.Element('child'))
|
||||
e[0:10:X()] # shouldn't crash
|
||||
|
||||
@unittest.skip("TODO: RUSTPYTHON, hangs")
|
||||
def test_ass_subscr(self):
|
||||
# Issue #27863
|
||||
class X:
|
||||
|
||||
Reference in New Issue
Block a user