Skip to content

Commit 6f8f42b

Browse files
committed
Remove expectedFailure decorator for test_xml_encodings.
1 parent 8db7edb commit 6f8f42b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Lib/test/test_plistlib.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -801,8 +801,6 @@ def test_integer_notations(self):
801801
value = plistlib.loads(pl)
802802
self.assertEqual(value, 123)
803803

804-
# TODO: RUSTPYTHON
805-
@unittest.expectedFailure
806804
def test_xml_encodings(self):
807805
base = TESTDATA[plistlib.FMT_XML]
808806

0 commit comments

Comments
 (0)