Issue #24725: Skip the test_socket.testFDPassEmpty on OS X.
In OS X 10.11, the test fails consistently due to a platform change since 10.10. Thanks to Jeff Ramnani for the patch.
This commit is contained in:
parent
2335f44d8e
commit
3c61a448f1
@ -2809,6 +2809,7 @@ class SCMRightsTest(SendrecvmsgServerTimeoutBase):
|
|||||||
nbytes = self.sendmsgToServer([msg])
|
nbytes = self.sendmsgToServer([msg])
|
||||||
self.assertEqual(nbytes, len(msg))
|
self.assertEqual(nbytes, len(msg))
|
||||||
|
|
||||||
|
@unittest.skipIf(sys.platform == "darwin", "skipping, see issue #24725")
|
||||||
def testFDPassEmpty(self):
|
def testFDPassEmpty(self):
|
||||||
# Try to pass an empty FD array. Can receive either no array
|
# Try to pass an empty FD array. Can receive either no array
|
||||||
# or an empty array.
|
# or an empty array.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user