Skip to content

Commit 2d3b85b

Browse files
committed
Mark unexpected failre of new test_bytes tests
1 parent b5686d0 commit 2d3b85b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Lib/test/test_bytes.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,8 @@ def test_decode(self):
321321
# Default encoding is utf-8
322322
self.assertEqual(self.type2test(b'\xe2\x98\x83').decode(), '\u2603')
323323

324+
# TODO: RUSTPYTHON
325+
@unittest.expectedFailure
324326
def test_check_encoding_errors(self):
325327
# bpo-37388: bytes(str) and bytes.encode() must check encoding
326328
# and errors arguments in dev mode

0 commit comments

Comments
 (0)