diff --git a/Utilities/cmcurl/Testing/curltest.c b/Utilities/cmcurl/Testing/curltest.c index c21774a08..67c142f17 100644 --- a/Utilities/cmcurl/Testing/curltest.c +++ b/Utilities/cmcurl/Testing/curltest.c @@ -137,7 +137,8 @@ int main(/*int argc, char **argv*/) retVal += GetWebFile(); /* Do not check the output of FTP socks5 cannot handle FTP yet */ - GetFtpFile(); + /* GetFtpFile(); */ + /* do not test ftp right now because we don't enable that port */ curl_global_cleanup(); return retVal; }