Skip to content

Commit 2e0898c

Browse files
committed
Remove NNTP from CI tests
Maybe for the future we should check whether host is available and if so then run the test
1 parent a466608 commit 2e0898c

1 file changed

Lines changed: 6 additions & 8 deletions

File tree

t/21_baseline_starttls.t

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -156,15 +156,13 @@ unlike($openssl_out, qr/$openssl_regex_bl/, "");
156156
$tests++;
157157

158158

159+
# For NNTP there doesn't seem to be reliable host out there
160+
#$uri="144.76.182.167:119";
159161

160-
$uri="144.76.182.167:119";
161-
162-
# unlink "tmp.json";
163-
printf "\n%s\n", "STARTTLS NNTP unit tests via sockets --> $uri ...";
164-
$socket_out = `./testssl.sh $check2run -t nntp $uri 2>&1`;
165-
# $socket_json = json('tmp.json');
166-
unlike($socket_out, qr/$socket_regex_bl/, "");
167-
$tests++;
162+
#printf "\n%s\n", "STARTTLS NNTP unit tests via sockets --> $uri ...";
163+
#$socket_out = `./testssl.sh $check2run -t nntp $uri 2>&1`;
164+
#unlike($socket_out, qr/$socket_regex_bl/, "");
165+
#$tests++;
168166

169167
# commented out, bc of travis' limits
170168
#

0 commit comments

Comments
 (0)