We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 165ea94 commit a92d3e9Copy full SHA for a92d3e9
Lib/test/test_base64.py
@@ -385,8 +385,7 @@ def test_b16encode(self):
385
b'0102ABCDEF')
386
self.check_encode_type_errors(base64.b16encode)
387
388
- # TODO: RUSTPYTHON
389
- @unittest.expectedFailure
+ @unittest.skip("TODO: RUSTPYTHON, thread 'main' panicked at 'range end index 15 out of range for slice of length 12',")
390
def test_b16decode(self):
391
eq = self.assertEqual
392
eq(base64.b16decode(b'0102ABCDEF'), b'\x01\x02\xab\xcd\xef')
0 commit comments