aboutsummaryrefslogtreecommitdiff
path: root/test/recipes/70-test_sslvertol.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/recipes/70-test_sslvertol.t')
-rwxr-xr-xtest/recipes/70-test_sslvertol.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/recipes/70-test_sslvertol.t b/test/recipes/70-test_sslvertol.t
index 34c3541..af82a8c 100755
--- a/test/recipes/70-test_sslvertol.t
+++ b/test/recipes/70-test_sslvertol.t
@@ -23,6 +23,9 @@ plan skip_all => "$test_name needs the dynamic engine feature enabled"
plan skip_all => "$test_name needs the sock feature enabled"
if disabled("sock");
+plan skip_all => "$test_name needs TLS enabled"
+ if alldisabled(available_protocols("tls"));
+
$ENV{OPENSSL_ia32cap} = '~0x200000200000000';
my $proxy = TLSProxy::Proxy->new(
\&vers_tolerance_filter,