Skip to content

Commit 510ef3f

Browse files
committed
Skip another test
1 parent fb21652 commit 510ef3f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Lib/test/test_socket.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6219,6 +6219,9 @@ def testSurrogateescapeBind(self):
62196219
self.addCleanup(os_helper.unlink, path)
62206220
self.assertEqual(self.sock.getsockname(), path)
62216221

6222+
@unittest.skipIf(sys.platform == 'win32',
6223+
'Windows have a bug which can\'t unlink sock file with '
6224+
'TESTFN_UNENCODABLE in it\'s name')
62226225
def testUnencodableAddr(self):
62236226
# Test binding to a pathname that cannot be encoded in the
62246227
# file system encoding.

0 commit comments

Comments
 (0)