Skip to content

Commit bf53245

Browse files
committed
skip TestTLS_FTPClass
1 parent 68d65a7 commit bf53245

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Lib/test/test_ftplib.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -940,6 +940,7 @@ def setUp(self, encoding=DEFAULT_ENCODING):
940940

941941

942942
@skipUnless(ssl, "SSL not available")
943+
@unittest.skip("TODO: RUSTPYTHON; SSL + asyncore has problem on darwin")
943944
@requires_subprocess()
944945
class TestTLS_FTPClass(TestCase):
945946
"""Specific TLS_FTP class tests."""

0 commit comments

Comments
 (0)