Skip test_ftplib on windows

This commit is contained in:
Noah
2021-01-11 14:37:24 -06:00
parent fe15286c1c
commit 07cad58292

View File

@@ -22,6 +22,10 @@ from unittest import TestCase, skipUnless
from test import support
from test.support import HOST, HOSTv6
import sys
if sys.platform == 'win32':
raise unittest.SkipTest("test_ftplib not working on windows")
TIMEOUT = 3
# the dummy data returned by server over the data channel when
# RETR, LIST, NLST, MLSD commands are issued