Thanks to visit codestin.com Credit goes to github.com
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 80c5dfe commit 1e39b83Copy full SHA for 1e39b83
1 file changed
Lib/test/test_posix.py
@@ -1624,6 +1624,8 @@ def test_setsigmask_wrong_type(self):
1624
os.environ, setsigmask=[signal.NSIG,
1625
signal.NSIG+1])
1626
1627
+ @unittest.skipIf(True,
1628
+ "FIXME: bpo-35537: test fails is setsid is supported")
1629
def test_start_new_session(self):
1630
# For code coverage of calling setsid(). We don't care if we get an
1631
# EPERM error from it depending on the test execution environment, that
0 commit comments