Remove NNTP from CI tests

Maybe for the future we should check whether host is available and
if so then run the test
This commit is contained in:
Dirk Wetter 2023-01-31 09:34:18 +01:00
parent a4666087e8
commit 2e0898c9ef
1 changed files with 6 additions and 8 deletions

View File

@ -156,15 +156,13 @@ unlike($openssl_out, qr/$openssl_regex_bl/, "");
$tests++;
# For NNTP there doesn't seem to be reliable host out there
#$uri="144.76.182.167:119";
$uri="144.76.182.167:119";
# unlink "tmp.json";
printf "\n%s\n", "STARTTLS NNTP unit tests via sockets --> $uri ...";
$socket_out = `./testssl.sh $check2run -t nntp $uri 2>&1`;
# $socket_json = json('tmp.json');
unlike($socket_out, qr/$socket_regex_bl/, "");
$tests++;
#printf "\n%s\n", "STARTTLS NNTP unit tests via sockets --> $uri ...";
#$socket_out = `./testssl.sh $check2run -t nntp $uri 2>&1`;
#unlike($socket_out, qr/$socket_regex_bl/, "");
#$tests++;
# commented out, bc of travis' limits
#