Skip to content

Commit d93817f

Browse files
committed
Skip test requiring os.fork
1 parent 0667692 commit d93817f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graalpython/lib-python/3/test/test_platform.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ def test_mac_ver(self):
221221
else:
222222
self.assertEqual(res[2], 'PowerPC')
223223

224-
224+
@support.impl_detail("fork", graalvm=False)
225225
@unittest.skipUnless(sys.platform == 'darwin', "OSX only test")
226226
def test_mac_ver_with_fork(self):
227227
# Issue7895: platform.mac_ver() crashes when using fork without exec

0 commit comments

Comments
 (0)