summaryrefslogtreecommitdiffstats
path: root/test/recipes/90-test_tls13encryption.t
diff options
context:
space:
mode:
Diffstat (limited to 'test/recipes/90-test_tls13encryption.t')
-rw-r--r--test/recipes/90-test_tls13encryption.t2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/recipes/90-test_tls13encryption.t b/test/recipes/90-test_tls13encryption.t
index 145e1b9f8c..45b7b8a9aa 100644
--- a/test/recipes/90-test_tls13encryption.t
+++ b/test/recipes/90-test_tls13encryption.t
@@ -13,7 +13,7 @@ my $test_name = "tls13encryption";
setup($test_name);
plan skip_all => "$test_name is not supported in this build"
- if disabled("tls1_3");
+ if disabled("tls1_3") || (disabled("ec") && disabled("dh"));
plan tests => 1;