Skip to content

Commit 4d3573a

Browse files
committed
temp
1 parent ed876f2 commit 4d3573a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_plistlib.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,6 +1022,7 @@ def test_unsupported(self):
10221022
self.decode(bytes([token]) + b'\x00'*16)
10231023

10241024
def test_invalid_binary(self):
1025+
# return # BUG
10251026
for name, data in INVALID_BINARY_PLISTS:
10261027
with self.subTest(name):
10271028
with self.assertRaises(plistlib.InvalidFileException):

0 commit comments

Comments
 (0)