aboutsummaryrefslogtreecommitdiff
path: root/test/recipes/70-test_sslskewith0p.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/recipes/70-test_sslskewith0p.t')
-rwxr-xr-xtest/recipes/70-test_sslskewith0p.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/recipes/70-test_sslskewith0p.t b/test/recipes/70-test_sslskewith0p.t
index 263b63b..ca8dfe7 100755
--- a/test/recipes/70-test_sslskewith0p.t
+++ b/test/recipes/70-test_sslskewith0p.t
@@ -26,6 +26,9 @@ plan skip_all => "dh is not supported by this OpenSSL build"
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(
\&ske_0_p_filter,