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 bf70dca commit 5595d76Copy full SHA for 5595d76
Lib/test/test_posix.py
@@ -548,6 +548,7 @@ def test_dup(self):
548
549
@unittest.skipUnless(hasattr(posix, 'confstr'),
550
'test needs posix.confstr()')
551
+ @unittest.skipIf(support.is_apple_mobile, "gh-118201: Test is flaky on iOS")
552
def test_confstr(self):
553
self.assertRaises(ValueError, posix.confstr, "CS_garbage")
554
self.assertEqual(len(posix.confstr("CS_PATH")) > 0, True)
0 commit comments