summaryrefslogtreecommitdiffstats
path: root/test/recipes/70-test_tlsextms.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/recipes/70-test_tlsextms.t')
-rw-r--r--test/recipes/70-test_tlsextms.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/recipes/70-test_tlsextms.t b/test/recipes/70-test_tlsextms.t
index e8fbd90a66..6cc04ff7c9 100644
--- a/test/recipes/70-test_tlsextms.t
+++ b/test/recipes/70-test_tlsextms.t
@@ -24,6 +24,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';
sub checkmessages($$$$$);