mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Tweak skipping message
This commit is contained in:
parent
b4783f4bc1
commit
3bbad12b5b
1 changed files with 1 additions and 1 deletions
|
|
@ -2809,7 +2809,7 @@ def sendAncillaryIfPossible(self, msg, ancdata):
|
|||
nbytes = self.sendmsgToServer([msg])
|
||||
self.assertEqual(nbytes, len(msg))
|
||||
|
||||
@unittest.skipIf(sys.platform == "darwin", "skipping, see issue #24725")
|
||||
@unittest.skipIf(sys.platform == "darwin", "see issue #24725")
|
||||
def testFDPassEmpty(self):
|
||||
# Try to pass an empty FD array. Can receive either no array
|
||||
# or an empty array.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue