From 2e0898c9ef18ffb4604e9d493d6cbb2588ed4a3c Mon Sep 17 00:00:00 2001 From: Dirk Wetter Date: Tue, 31 Jan 2023 09:34:18 +0100 Subject: [PATCH] Remove NNTP from CI tests Maybe for the future we should check whether host is available and if so then run the test --- t/21_baseline_starttls.t | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/t/21_baseline_starttls.t b/t/21_baseline_starttls.t index 79d90e2..8778b98 100755 --- a/t/21_baseline_starttls.t +++ b/t/21_baseline_starttls.t @@ -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 #