Skip to content

Commit d35ba6d

Browse files
committed
Temp: Skip test_mmap.MmapTests.test_concat_repeat_exception
1 parent a949c35 commit d35ba6d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: Lib/test/test_mmap.py

+2
Original file line numberDiff line numberDiff line change
@@ -721,6 +721,8 @@ def test_resize_past_pos(self):
721721
self.assertRaises(ValueError, m.write_byte, 42)
722722
self.assertRaises(ValueError, m.write, b'abc')
723723

724+
# TODO: RUSTPYTHON
725+
@unittest.skip
724726
def test_concat_repeat_exception(self):
725727
m = mmap.mmap(-1, 16)
726728
with self.assertRaises(TypeError):

0 commit comments

Comments
 (0)