aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2023-03-22 12:13:07 +1100
committerPauli <pauli@openssl.org>2023-03-23 20:10:11 +1100
commit13e030c60dbb19653c4e706b98946ed316bef723 (patch)
tree5b58027791adef6e501e56b10006a5c7f0056456
parentfa425f20955c7948faed27f69ae4544f89c108ea (diff)
downloadopenssl-13e030c60dbb19653c4e706b98946ed316bef723.tar.gz
Disable the policy tree exponential growth test conditionally
If there is no EC specified, the test won't pass. Reviewed-by: Tomas Mraz <tomas@openssl.org> Reviewed-by: Shane Lontis <shane.lontis@oracle.com> (Merged from https://github.com/openssl/openssl/pull/20572) (cherry picked from commit f5935fcf8e4bc2191ac4a32e5b7ec32817642f1e)
-rw-r--r--test/recipes/80-test_policy_tree.t2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/recipes/80-test_policy_tree.t b/test/recipes/80-test_policy_tree.t
index 606ad05e9c..1ddd65e897 100644
--- a/test/recipes/80-test_policy_tree.t
+++ b/test/recipes/80-test_policy_tree.t
@@ -18,6 +18,8 @@ use OpenSSL::Glob;
setup("test_policy_tree");
+plan skip_all => "No EC support" if disabled("ec");
+
plan tests => 2;
# The small pathological tree is expected to work