Skip to content

Commit 55d87a0

Browse files
committed
skip EncodedMetadataTests
1 parent 62074b7 commit 55d87a0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_zipfile/test_core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3434,6 +3434,7 @@ def test_execute_zip64(self):
34343434
self.assertIn(b'number in executable: 5', output)
34353435

34363436

3437+
@unittest.skip("TODO: RUSTPYTHON; Shift JIS not yet supported")
34373438
class EncodedMetadataTests(unittest.TestCase):
34383439
file_names = ['\u4e00', '\u4e8c', '\u4e09'] # Han 'one', 'two', 'three'
34393440
file_content = [

0 commit comments

Comments
 (0)