aboutsummaryrefslogtreecommitdiffstats
path: root/test/recipes/70-test_tls13messages.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/recipes/70-test_tls13messages.t')
-rw-r--r--test/recipes/70-test_tls13messages.t3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/recipes/70-test_tls13messages.t b/test/recipes/70-test_tls13messages.t
index e961528c7c..a3fc35e438 100644
--- a/test/recipes/70-test_tls13messages.t
+++ b/test/recipes/70-test_tls13messages.t
@@ -28,6 +28,9 @@ plan skip_all => "$test_name needs the sock feature enabled"
plan skip_all => "$test_name needs TLSv1.3 enabled"
if disabled("tls1_3");
+plan skip_all => "$test_name needs EC enabled"
+ if disabled("ec");
+
$ENV{OPENSSL_ia32cap} = '~0x200000200000000';
$ENV{CTLOG_FILE} = srctop_file("test", "ct", "log_list.conf");