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 db43eef commit b87b653Copy full SHA for b87b653
Lib/test/test_posix.py
@@ -561,6 +561,7 @@ def test_dup(self):
561
562
@unittest.skipUnless(hasattr(posix, 'confstr'),
563
'test needs posix.confstr()')
564
+ @unittest.skipIf(support.is_apple_mobile, "gh-118201: Test is flaky on iOS")
565
def test_confstr(self):
566
self.assertRaises(ValueError, posix.confstr, "CS_garbage")
567
self.assertEqual(len(posix.confstr("CS_PATH")) > 0, True)
0 commit comments