Tweak skipping message

This commit is contained in:
Brett Cannon 2015-12-28 17:21:44 -08:00
parent b4783f4bc1
commit 3bbad12b5b

View file

@ -2809,7 +2809,7 @@ class SCMRightsTest(SendrecvmsgServerTimeoutBase):
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.