mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
skip test on windows
This commit is contained in:
parent
cf0b9da988
commit
4c8b2cd126
1 changed files with 1 additions and 0 deletions
|
@ -713,6 +713,7 @@ class MmapTests(unittest.TestCase):
|
|||
gc_collect()
|
||||
self.assertIs(wr(), None)
|
||||
|
||||
@unittest.skipIf(os.name == 'nt', 'cannot resize anonymous mmaps on Windows')
|
||||
def test_resize_past_pos(self):
|
||||
m = mmap.mmap(-1, 8192)
|
||||
self.addCleanup(m.close)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue