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