There was an error while loading. Please reload this page.
1 parent 62074b7 commit b68b623Copy full SHA for b68b623
1 file changed
Lib/test/test_zipfile/test_core.py
@@ -3434,6 +3434,7 @@ def test_execute_zip64(self):
3434
self.assertIn(b'number in executable: 5', output)
3435
3436
3437
+@unittest.skip("TODO: RUSTPYTHON shift_jis encoding unsupported")
3438
class EncodedMetadataTests(unittest.TestCase):
3439
file_names = ['\u4e00', '\u4e8c', '\u4e09'] # Han 'one', 'two', 'three'
3440
file_content = [
0 commit comments