Skip to content

Commit 0b5c414

Browse files
authored
Merge pull request #2303 from drwetter/nntp_ci_remove
Remove NNTP from CI tests
2 parents 8099dc0 + 2e0898c commit 0b5c414

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)