Skip to content

Commit ca4bcec

Browse files
committed
Fix test
1 parent 2d6d632 commit ca4bcec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_mmap.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1165,6 +1165,7 @@ def test_flush_parameters(self):
11651165
m.flush(PAGESIZE)
11661166
m.flush(PAGESIZE, PAGESIZE)
11671167

1168+
@unittest.skipUnless(sys.platform == 'linux', 'Linux only')
11681169
@support.requires_linux_version(5, 17, 0)
11691170
def test_set_name(self):
11701171
# Test setting name on anonymous mmap

0 commit comments

Comments
 (0)