summaryrefslogtreecommitdiffstats
path: root/test/recipes
diff options
context:
space:
mode:
authorPauli <pauli@openssl.org>2023-03-22 12:13:07 +1100
committerPauli <pauli@openssl.org>2023-03-23 20:09:50 +1100
commit20a874ec4ae2ccf177e0f33bfbad05e762edaa1b (patch)
treef4192dbcc2887846e3ee77a337a2f5e275702b6d /test/recipes
parent2ad13ba03bdc9fe8edff5054b1df6a04b95e948e (diff)
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)
Diffstat (limited to 'test/recipes')
-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