We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f56cff commit 965186fCopy full SHA for 965186f
Lib/test/test_posix.py
@@ -555,6 +555,7 @@ def test_dup(self):
555
556
@unittest.skipUnless(hasattr(posix, 'confstr'),
557
'test needs posix.confstr()')
558
+ @unittest.skipIf(support.is_apple_mobile, "gh-118201: Test is flaky on iOS")
559
def test_confstr(self):
560
self.assertRaises(ValueError, posix.confstr, "CS_garbage")
561
self.assertEqual(len(posix.confstr("CS_PATH")) > 0, True)
0 commit comments