aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/recipes/80-test_ssl.t6
1 files changed, 4 insertions, 2 deletions
diff --git a/test/recipes/80-test_ssl.t b/test/recipes/80-test_ssl.t
index e7472a208b..d0bb79a8d3 100644
--- a/test/recipes/80-test_ssl.t
+++ b/test/recipes/80-test_ssl.t
@@ -657,6 +657,7 @@ sub testssl {
my $n = ((@protos+2) * (@protos+3))/2 - 2;
my $ntests = $n * $n;
plan tests => $ntests;
+ SKIP: {
skip "TLS disabled", 1 if $ntests == 1;
my $should;
@@ -690,7 +691,7 @@ sub testssl {
print STDERR "\nFailed: @args\n";
}
ok($ok);
- }}}}
+ }}}}}
};
subtest 'DTLS Version min/max tests' => sub {
@@ -703,6 +704,7 @@ sub testssl {
my $n = ((@protos+2) * (@protos+3))/2 - 2;
my $ntests = $n * $n;
plan tests => $ntests;
+ SKIP: {
skip "DTLS disabled", 1 if $ntests == 1;
my $should;
@@ -736,7 +738,7 @@ sub testssl {
print STDERR "\nFailed: @args\n";
}
ok($ok);
- }}}}
+ }}}}}
};
}